Html Css Color HEX #AE0DCA Dark Violet

📋 copy color: '#AE0DCA'

red 174 ◦ green 13 ◦ blue 202

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

Shades of Dark Violet #AE0DCA

Tints of Dark Violet #AE0DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 44.73%
G = 3.34%
B = 51.93%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE0DCA (or 0xAE0DCA) is known color: Dark Violet. HEX triplet: AE, 0D and CA. RGB value is (174,13,202). Sum of RGB (Red+Green+Blue) = 174+13+202=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE0DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DCA is #51F235. Grayscale: #525252. Windows color (decimal): -5370422 or 13241774. OLE color: 13241774.

HSL color Cylindrical-coordinate representation of color #AE0DCA: hue angle of 291.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0DCA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 13 202 -
CMYK 0.14 0.94 0 0.21
HSL 291.11º 0.88% 0.42% -
HSV(B) 291.11º 0.94% 0.79% -
XYZ 28.26 13.55 57 -
YUV 82.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 174 13 202 0.14 0.94 0 0.21 291.11 0.88 0.42
Hex AE D CA E 5E 0 15 123 58 2A
Octal 256 15 312 16 136 0 25 443 130 52
Binary 10101110 1101 11001010 1110 1011110 0 10101 100100011 1011000 101010

Color Harmonies of #AE0DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DCA

Black with #AE0DCA

Text Example


Text Example

White with #AE0DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DCA; }

 p { color: rgb(174,13,202); }

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

background-color css

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

 a { background-color: rgb(174,13,202); }

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

border-color css

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

 span { border-color: rgb(174,13,202); }

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