Html Css Color HEX #AE15DB Dark Violet

📋 copy color: '#AE15DB'

red 174 ◦ green 21 ◦ blue 219

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

Shades of Dark Violet #AE15DB

Tints of Dark Violet #AE15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.07%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 42.03%
G = 5.07%
B = 52.9%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE15DB (or 0xAE15DB) is known color: Dark Violet. HEX triplet: AE, 15 and DB. RGB value is (174,21,219). Sum of RGB (Red+Green+Blue) = 174+21+219=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15DB is #51EA24. Grayscale: #585858. Windows color (decimal): -5368357 or 14357934. OLE color: 14357934.

HSL color Cylindrical-coordinate representation of color #AE15DB: hue angle of 286.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE15DB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 21 219 -
CMYK 0.21 0.90 0 0.14
HSL 286.36º 0.83% 0.47% -
HSV(B) 286.36º 0.9% 0.86% -
XYZ 30.51 14.65 68.24 -
YUV 89.32 201.19 188.4 -
System Red Green Blue C M Y K H S L
Decimal 174 21 219 0.21 0.90 0 0.14 286.36 0.83 0.47
Hex AE 15 DB 15 5A 0 E 11E 52 2F
Octal 256 25 333 25 132 0 16 436 122 57
Binary 10101110 10101 11011011 10101 1011010 0 1110 100011110 1010010 101111

Color Harmonies of #AE15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15DB

Black with #AE15DB

Text Example


Text Example

White with #AE15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15DB; }

 p { color: rgb(174,21,219); }

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

background-color css

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

 a { background-color: rgb(174,21,219); }

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

border-color css

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

 span { border-color: rgb(174,21,219); }

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