Html Css Color HEX #AF10DF Dark Violet

📋 copy color: '#AF10DF'

red 175 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #AF10DF

Tints of Dark Violet #AF10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 42.27%
G = 3.86%
B = 53.86%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF10DF (or 0xAF10DF) is known color: Dark Violet. HEX triplet: AF, 10 and DF. RGB value is (175,16,223). Sum of RGB (Red+Green+Blue) = 175+16+223=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DF is #50EF20. Grayscale: #565656. Windows color (decimal): -5304097 or 14618799. OLE color: 14618799.

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

Color convert

RGB 175 16 223 -
CMYK 0.22 0.93 0 0.13
HSL 286.09º 0.87% 0.47% -
HSV(B) 286.09º 0.93% 0.87% -
XYZ 31.18 14.81 71.03 -
YUV 87.14 204.68 190.67 -
System Red Green Blue C M Y K H S L
Decimal 175 16 223 0.22 0.93 0 0.13 286.09 0.87 0.47
Hex AF 10 DF 16 5D 0 D 11E 57 2F
Octal 257 20 337 26 135 0 15 436 127 57
Binary 10101111 10000 11011111 10110 1011101 0 1101 100011110 1010111 101111

Color Harmonies of #AF10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10DF

Black with #AF10DF

Text Example


Text Example

White with #AF10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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