Html Css Color HEX #AE0EDE Dark Violet

📋 copy color: '#AE0EDE'

red 174 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #AE0EDE

Tints of Dark Violet #AE0EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 42.44%
G = 3.41%
B = 54.15%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE0EDE (or 0xAE0EDE) is known color: Dark Violet. HEX triplet: AE, 0E and DE. RGB value is (174,14,222). Sum of RGB (Red+Green+Blue) = 174+14+222=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0EDE is #51F121. Grayscale: #545454. Windows color (decimal): -5370146 or 14552750. OLE color: 14552750.

HSL color Cylindrical-coordinate representation of color #AE0EDE: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EDE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 14 222 -
CMYK 0.22 0.94 0 0.13
HSL 286.15º 0.88% 0.46% -
HSV(B) 286.15º 0.94% 0.87% -
XYZ 30.8 14.59 70.3 -
YUV 85.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 174 14 222 0.22 0.94 0 0.13 286.15 0.88 0.46
Hex AE E DE 16 5E 0 D 11E 58 2E
Octal 256 16 336 26 136 0 15 436 130 56
Binary 10101110 1110 11011110 10110 1011110 0 1101 100011110 1011000 101110

Color Harmonies of #AE0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0EDE

Black with #AE0EDE

Text Example


Text Example

White with #AE0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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