Html Css Color HEX #AE11DB Dark Violet

📋 copy color: '#AE11DB'

red 174 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #AE11DB

Tints of Dark Violet #AE11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.15%

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

R = 42.44%
G = 4.15%
B = 53.41%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE11DB (or 0xAE11DB) is known color: Dark Violet. HEX triplet: AE, 11 and DB. RGB value is (174,17,219). Sum of RGB (Red+Green+Blue) = 174+17+219=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE11DB is #51EE24. Grayscale: #565656. Windows color (decimal): -5369381 or 14356910. OLE color: 14356910.

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

Color convert

RGB 174 17 219 -
CMYK 0.21 0.92 0 0.14
HSL 286.63º 0.86% 0.46% -
HSV(B) 286.63º 0.92% 0.86% -
XYZ 30.44 14.51 68.21 -
YUV 86.97 202.51 190.07 -
System Red Green Blue C M Y K H S L
Decimal 174 17 219 0.21 0.92 0 0.14 286.63 0.86 0.46
Hex AE 11 DB 15 5C 0 E 11F 56 2E
Octal 256 21 333 25 134 0 16 437 126 56
Binary 10101110 10001 11011011 10101 1011100 0 1110 100011111 1010110 101110

Color Harmonies of #AE11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE11DB

Black with #AE11DB

Text Example


Text Example

White with #AE11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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