Html Css Color HEX #AE0CDF Dark Violet

📋 copy color: '#AE0CDF'

red 174 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #AE0CDF

Tints of Dark Violet #AE0CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 42.54%
G = 2.93%
B = 54.52%

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

#AE0CDF (or 0xAE0CDF) is known color: Dark Violet. HEX triplet: AE, 0C and DF. RGB value is (174,12,223). Sum of RGB (Red+Green+Blue) = 174+12+223=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CDF is #51F320. Grayscale: #535353. Windows color (decimal): -5370657 or 14617774. OLE color: 14617774.

HSL color Cylindrical-coordinate representation of color #AE0CDF: hue angle of 286.07º 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 #AE0CDF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 12 223 -
CMYK 0.22 0.95 0 0.13
HSL 286.07º 0.9% 0.46% -
HSV(B) 286.07º 0.95% 0.87% -
XYZ 30.91 14.59 71 -
YUV 84.49 206.17 191.84 -
System Red Green Blue C M Y K H S L
Decimal 174 12 223 0.22 0.95 0 0.13 286.07 0.9 0.46
Hex AE C DF 16 5F 0 D 11E 5A 2E
Octal 256 14 337 26 137 0 15 436 132 56
Binary 10101110 1100 11011111 10110 1011111 0 1101 100011110 1011010 101110

Color Harmonies of #AE0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CDF

Black with #AE0CDF

Text Example


Text Example

White with #AE0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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