Html Css Color HEX #AE0CCC Dark Violet

📋 copy color: '#AE0CCC'

red 174 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #AE0CCC

Tints of Dark Violet #AE0CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

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

R = 44.62%
G = 3.08%
B = 52.31%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE0CCC (or 0xAE0CCC) is known color: Dark Violet. HEX triplet: AE, 0C and CC. RGB value is (174,12,204). Sum of RGB (Red+Green+Blue) = 174+12+204=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CCC is #51F333. Grayscale: #515151. Windows color (decimal): -5370676 or 13372590. OLE color: 13372590.

HSL color Cylindrical-coordinate representation of color #AE0CCC: hue angle of 290.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CCC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 12 204 -
CMYK 0.15 0.94 0 0.2
HSL 290.63º 0.89% 0.42% -
HSV(B) 290.63º 0.94% 0.8% -
XYZ 28.49 13.62 58.25 -
YUV 82.33 196.67 193.39 -
System Red Green Blue C M Y K H S L
Decimal 174 12 204 0.15 0.94 0 0.2 290.63 0.89 0.42
Hex AE C CC F 5E 0 14 123 59 2A
Octal 256 14 314 17 136 0 24 443 131 52
Binary 10101110 1100 11001100 1111 1011110 0 10100 100100011 1011001 101010

Color Harmonies of #AE0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CCC

Black with #AE0CCC

Text Example


Text Example

White with #AE0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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