Html Css Color HEX #AF0ECC Dark Violet

📋 copy color: '#AF0ECC'

red 175 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #AF0ECC

Tints of Dark Violet #AF0ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 44.53%
G = 3.56%
B = 51.91%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF0ECC (or 0xAF0ECC) is known color: Dark Violet. HEX triplet: AF, 0E and CC. RGB value is (175,14,204). Sum of RGB (Red+Green+Blue) = 175+14+204=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ECC is #50F133. Grayscale: #535353. Windows color (decimal): -5304628 or 13373103. OLE color: 13373103.

HSL color Cylindrical-coordinate representation of color #AF0ECC: hue angle of 290.84º 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 #AF0ECC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 14 204 -
CMYK 0.14 0.93 0 0.2
HSL 290.84º 0.87% 0.43% -
HSV(B) 290.84º 0.93% 0.8% -
XYZ 28.74 13.79 58.27 -
YUV 83.8 195.84 193.05 -
System Red Green Blue C M Y K H S L
Decimal 175 14 204 0.14 0.93 0 0.2 290.84 0.87 0.43
Hex AF E CC E 5D 0 14 123 57 2B
Octal 257 16 314 16 135 0 24 443 127 53
Binary 10101111 1110 11001100 1110 1011101 0 10100 100100011 1010111 101011

Color Harmonies of #AF0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ECC

Black with #AF0ECC

Text Example


Text Example

White with #AF0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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