Html Css Color HEX #AE14DB Dark Violet

📋 copy color: '#AE14DB'

red 174 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #AE14DB

Tints of Dark Violet #AE14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

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

R = 42.13%
G = 4.84%
B = 53.03%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE14DB (or 0xAE14DB) is known color: Dark Violet. HEX triplet: AE, 14 and DB. RGB value is (174,20,219). Sum of RGB (Red+Green+Blue) = 174+20+219=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14DB is #51EB24. Grayscale: #585858. Windows color (decimal): -5368613 or 14357678. OLE color: 14357678.

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

Color convert

RGB 174 20 219 -
CMYK 0.21 0.91 0 0.14
HSL 286.43º 0.83% 0.47% -
HSV(B) 286.43º 0.91% 0.86% -
XYZ 30.49 14.61 68.23 -
YUV 88.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 174 20 219 0.21 0.91 0 0.14 286.43 0.83 0.47
Hex AE 14 DB 15 5B 0 E 11E 53 2F
Octal 256 24 333 25 133 0 16 436 123 57
Binary 10101110 10100 11011011 10101 1011011 0 1110 100011110 1010011 101111

Color Harmonies of #AE14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14DB

Black with #AE14DB

Text Example


Text Example

White with #AE14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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