Html Css Color HEX #AF0ECD Dark Violet

📋 copy color: '#AF0ECD'

red 175 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #AF0ECD

Tints of Dark Violet #AF0ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.55%

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 44.42%
G = 3.55%
B = 52.03%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0ECD (or 0xAF0ECD) is known color: Dark Violet. HEX triplet: AF, 0E and CD. RGB value is (175,14,205). Sum of RGB (Red+Green+Blue) = 175+14+205=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF0ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ECD is #50F132. Grayscale: #535353. Windows color (decimal): -5304627 or 13438639. OLE color: 13438639.

HSL color Cylindrical-coordinate representation of color #AF0ECD: hue angle of 290.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0ECD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 14 205 -
CMYK 0.15 0.93 0 0.20
HSL 290.58º 0.87% 0.43% -
HSV(B) 290.58º 0.93% 0.8% -
XYZ 28.86 13.84 58.91 -
YUV 83.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 175 14 205 0.15 0.93 0 0.20 290.58 0.87 0.43
Hex AF E CD F 5D 0 14 123 57 2B
Octal 257 16 315 17 135 0 24 443 127 53
Binary 10101111 1110 11001101 1111 1011101 0 10100 100100011 1010111 101011

Color Harmonies of #AF0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ECD

Black with #AF0ECD

Text Example


Text Example

White with #AF0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ECD; }

 p { color: rgb(175,14,205); }

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

background-color css

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

 a { background-color: rgb(175,14,205); }

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

border-color css

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

 span { border-color: rgb(175,14,205); }

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