Html Css Color HEX #AF0ADF Dark Violet

📋 copy color: '#AF0ADF'

red 175 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #AF0ADF

Tints of Dark Violet #AF0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 42.89%
G = 2.45%
B = 54.66%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF0ADF (or 0xAF0ADF) is known color: Dark Violet. HEX triplet: AF, 0A and DF. RGB value is (175,10,223). Sum of RGB (Red+Green+Blue) = 175+10+223=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADF is #50F520. Grayscale: #525252. Windows color (decimal): -5305633 or 14617263. OLE color: 14617263.

HSL color Cylindrical-coordinate representation of color #AF0ADF: hue angle of 286.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0ADF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 10 223 -
CMYK 0.22 0.96 0 0.13
HSL 286.48º 0.91% 0.46% -
HSV(B) 286.48º 0.96% 0.87% -
XYZ 31.11 14.66 71 -
YUV 83.62 206.66 193.18 -
System Red Green Blue C M Y K H S L
Decimal 175 10 223 0.22 0.96 0 0.13 286.48 0.91 0.46
Hex AF A DF 16 60 0 D 11E 5B 2E
Octal 257 12 337 26 140 0 15 436 133 56
Binary 10101111 1010 11011111 10110 1100000 0 1101 100011110 1011011 101110

Color Harmonies of #AF0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ADF

Black with #AF0ADF

Text Example


Text Example

White with #AF0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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