Html Css Color HEX #AF42FF Blue Violet

📋 copy color: '#AF42FF'

red 175 ◦ green 66 ◦ blue 255

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

Shades of Blue Violet #AF42FF

Tints of Blue Violet #AF42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.31%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 35.28%
G = 13.31%
B = 51.41%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF42FF (or 0xAF42FF) is known color: Blue Violet. HEX triplet: AF, 42 and FF. RGB value is (175,66,255). Sum of RGB (Red+Green+Blue) = 175+66+255=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF42FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FF is #50BD00. Grayscale: #777777. Windows color (decimal): -5291265 or 16728751. OLE color: 16728751.

HSL color Cylindrical-coordinate representation of color #AF42FF: hue angle of 274.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF42FF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 66 255 -
CMYK 0.31 0.74 0 0
HSL 274.6º 1% 0.63% -
HSV(B) 274.6º 0.74% 1% -
XYZ 37.68 20.23 96.53 -
YUV 120.14 204.11 167.13 -
System Red Green Blue C M Y K H S L
Decimal 175 66 255 0.31 0.74 0 0 274.6 1 0.63
Hex AF 42 FF 1F 4A 0 0 113 64 3F
Octal 257 102 377 37 112 0 0 423 144 77
Binary 10101111 1000010 11111111 11111 1001010 0 0 100010011 1100100 111111

Color Harmonies of #AF42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42FF

Black with #AF42FF

Text Example


Text Example

White with #AF42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42FF; }

 p { color: rgb(175,66,255); }

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

background-color css

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

 a { background-color: rgb(175,66,255); }

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

border-color css

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

 span { border-color: rgb(175,66,255); }

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