Html Css Color HEX #AF33FA Blue Violet

📋 copy color: '#AF33FA'

red 175 ◦ green 51 ◦ blue 250

#AF33FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AF33FA

Tints of Blue Violet #AF33FA

RGB

 RED value IS 175 (68.75% from 255) = 36.76%

 GREEN value IS 51 (20.31% from 255) = 10.71%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 36.76%
G = 10.71%
B = 52.52%

CMYK

 C value IS 0.3

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF33FA (or 0xAF33FA) is known color: Blue Violet. HEX triplet: AF, 33 and FA. RGB value is (175,51,250). Sum of RGB (Red+Green+Blue) = 175+51+250=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF33FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33FA is #50CC05. Grayscale: #6E6E6E. Windows color (decimal): -5295110 or 16397231. OLE color: 16397231.

HSL color Cylindrical-coordinate representation of color #AF33FA: hue angle of 277.39º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF33FA is Cyan = 0.3, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 51 250 -
CMYK 0.3 0.80 0 0.02
HSL 277.39º 0.95% 0.59% -
HSV(B) 277.39º 0.8% 0.98% -
XYZ 36.12 18.38 92.09 -
YUV 110.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 175 51 250 0.3 0.80 0 0.02 277.39 0.95 0.59
Hex AF 33 FA 1E 50 0 2 115 5F 3B
Octal 257 63 372 36 120 0 2 425 137 73
Binary 10101111 110011 11111010 11110 1010000 0 10 100010101 1011111 111011

Color Harmonies of #AF33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33FA

Black with #AF33FA

Text Example


Text Example

White with #AF33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33FA; }

 p { color: rgb(175,51,250); }

 H1.HeaderClassName
 {
   color: #AF33FA;
 }
 .AnyTagClassName
 {
   color: #AF33FA;
 }
</style>

background-color css

<style>
 a { background-color: #AF33FA; }

 a { background-color: rgb(175,51,250); }

 div.DivClassName
 {
   background-color: #AF33FA;
 }
 .BgClassName
 {
   background-color: #AF33FA;
 }
</style>

border-color css

<style>
 span { border-color: #AF33FA; }

 span { border-color: rgb(175,51,250); }

 td.TdClassName
 {
   border-color: #AF33FA;
 }
 .TagClassName
 {
   border-color: #AF33FA;
 }
</style>