Html Css Color HEX #AF0AD6 Dark Violet

📋 copy color: '#AF0AD6'

red 175 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #AF0AD6

Tints of Dark Violet #AF0AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 43.86%
G = 2.51%
B = 53.63%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF0AD6 (or 0xAF0AD6) is known color: Dark Violet. HEX triplet: AF, 0A and D6. RGB value is (175,10,214). Sum of RGB (Red+Green+Blue) = 175+10+214=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF0AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0AD6 is #50F529. Grayscale: #515151. Windows color (decimal): -5305642 or 14027439. OLE color: 14027439.

HSL color Cylindrical-coordinate representation of color #AF0AD6: hue angle of 288.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0AD6 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 10 214 -
CMYK 0.18 0.95 0 0.16
HSL 288.53º 0.91% 0.44% -
HSV(B) 288.53º 0.95% 0.84% -
XYZ 29.93 14.19 64.78 -
YUV 82.59 202.16 193.91 -
System Red Green Blue C M Y K H S L
Decimal 175 10 214 0.18 0.95 0 0.16 288.53 0.91 0.44
Hex AF A D6 12 5F 0 10 121 5B 2C
Octal 257 12 326 22 137 0 20 441 133 54
Binary 10101111 1010 11010110 10010 1011111 0 10000 100100001 1011011 101100

Color Harmonies of #AF0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AD6

Black with #AF0AD6

Text Example


Text Example

White with #AF0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AD6; }

 p { color: rgb(175,10,214); }

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

background-color css

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

 a { background-color: rgb(175,10,214); }

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

border-color css

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

 span { border-color: rgb(175,10,214); }

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