Html Css Color HEX #AE18D8 Dark Violet

📋 copy color: '#AE18D8'

red 174 ◦ green 24 ◦ blue 216

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

Shades of Dark Violet #AE18D8

Tints of Dark Violet #AE18D8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.8%

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 42.03%
G = 5.8%
B = 52.17%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE18D8 (or 0xAE18D8) is known color: Dark Violet. HEX triplet: AE, 18 and D8. RGB value is (174,24,216). Sum of RGB (Red+Green+Blue) = 174+24+216=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE18D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE18D8 is #51E727. Grayscale: #5A5A5A. Windows color (decimal): -5367592 or 14162094. OLE color: 14162094.

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

Color convert

RGB 174 24 216 -
CMYK 0.19 0.89 0 0.15
HSL 286.88º 0.8% 0.47% -
HSV(B) 286.88º 0.89% 0.85% -
XYZ 30.18 14.61 66.2 -
YUV 90.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 174 24 216 0.19 0.89 0 0.15 286.88 0.8 0.47
Hex AE 18 D8 13 59 0 F 11F 50 2F
Octal 256 30 330 23 131 0 17 437 120 57
Binary 10101110 11000 11011000 10011 1011001 0 1111 100011111 1010000 101111

Color Harmonies of #AE18D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE18D8

Black with #AE18D8

Text Example


Text Example

White with #AE18D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE18D8; }

 p { color: rgb(174,24,216); }

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

background-color css

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

 a { background-color: rgb(174,24,216); }

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

border-color css

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

 span { border-color: rgb(174,24,216); }

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