Html Css Color HEX #AE0CDE Dark Violet

📋 copy color: '#AE0CDE'

red 174 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #AE0CDE

Tints of Dark Violet #AE0CDE

RGB

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

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

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

R = 42.65%
G = 2.94%
B = 54.41%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE0CDE (or 0xAE0CDE) is known color: Dark Violet. HEX triplet: AE, 0C and DE. RGB value is (174,12,222). Sum of RGB (Red+Green+Blue) = 174+12+222=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CDE is #51F321. Grayscale: #535353. Windows color (decimal): -5370658 or 14552238. OLE color: 14552238.

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

Color convert

RGB 174 12 222 -
CMYK 0.22 0.95 0 0.13
HSL 286.29º 0.9% 0.46% -
HSV(B) 286.29º 0.95% 0.87% -
XYZ 30.77 14.54 70.29 -
YUV 84.38 205.67 191.92 -
System Red Green Blue C M Y K H S L
Decimal 174 12 222 0.22 0.95 0 0.13 286.29 0.9 0.46
Hex AE C DE 16 5F 0 D 11E 5A 2E
Octal 256 14 336 26 137 0 15 436 132 56
Binary 10101110 1100 11011110 10110 1011111 0 1101 100011110 1011010 101110

Color Harmonies of #AE0CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CDE

Black with #AE0CDE

Text Example


Text Example

White with #AE0CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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