Html Css Color HEX #AF10CE Dark Violet

📋 copy color: '#AF10CE'

red 175 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #AF10CE

Tints of Dark Violet #AF10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 44.08%
G = 4.03%
B = 51.89%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF10CE (or 0xAF10CE) is known color: Dark Violet. HEX triplet: AF, 10 and CE. RGB value is (175,16,206). Sum of RGB (Red+Green+Blue) = 175+16+206=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10CE is #50EF31. Grayscale: #545454. Windows color (decimal): -5304114 or 13504687. OLE color: 13504687.

HSL color Cylindrical-coordinate representation of color #AF10CE: hue angle of 290.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10CE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 16 206 -
CMYK 0.15 0.92 0 0.19
HSL 290.21º 0.86% 0.44% -
HSV(B) 290.21º 0.92% 0.81% -
XYZ 29.01 13.94 59.55 -
YUV 85.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 175 16 206 0.15 0.92 0 0.19 290.21 0.86 0.44
Hex AF 10 CE F 5C 0 13 122 56 2C
Octal 257 20 316 17 134 0 23 442 126 54
Binary 10101111 10000 11001110 1111 1011100 0 10011 100100010 1010110 101100

Color Harmonies of #AF10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10CE

Black with #AF10CE

Text Example


Text Example

White with #AF10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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