Html Css Color HEX #AE0ECC Dark Violet

📋 copy color: '#AE0ECC'

red 174 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #AE0ECC

Tints of Dark Violet #AE0ECC

RGB

 RED value IS 174 (68.36% from 255) = 44.39%

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

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

R = 44.39%
G = 3.57%
B = 52.04%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE0ECC (or 0xAE0ECC) is known color: Dark Violet. HEX triplet: AE, 0E and CC. RGB value is (174,14,204). Sum of RGB (Red+Green+Blue) = 174+14+204=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ECC is #51F133. Grayscale: #525252. Windows color (decimal): -5370164 or 13373102. OLE color: 13373102.

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

Color convert

RGB 174 14 204 -
CMYK 0.15 0.93 0 0.2
HSL 290.53º 0.87% 0.43% -
HSV(B) 290.53º 0.93% 0.8% -
XYZ 28.51 13.67 58.26 -
YUV 83.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 174 14 204 0.15 0.93 0 0.2 290.53 0.87 0.43
Hex AE E CC F 5D 0 14 123 57 2B
Octal 256 16 314 17 135 0 24 443 127 53
Binary 10101110 1110 11001100 1111 1011101 0 10100 100100011 1010111 101011

Color Harmonies of #AE0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ECC

Black with #AE0ECC

Text Example


Text Example

White with #AE0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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