Html Css Color HEX #AE04DB Dark Violet

📋 copy color: '#AE04DB'

red 174 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #AE04DB

Tints of Dark Violet #AE04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 43.83%
G = 1.01%
B = 55.16%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE04DB (or 0xAE04DB) is known color: Dark Violet. HEX triplet: AE, 04 and DB. RGB value is (174,4,219). Sum of RGB (Red+Green+Blue) = 174+4+219=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04DB is #51FB24. Grayscale: #4E4E4E. Windows color (decimal): -5372709 or 14353582. OLE color: 14353582.

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

Color convert

RGB 174 4 219 -
CMYK 0.21 0.98 0 0.14
HSL 287.44º 0.96% 0.44% -
HSV(B) 287.44º 0.98% 0.86% -
XYZ 30.29 14.2 68.16 -
YUV 79.34 206.82 195.52 -
System Red Green Blue C M Y K H S L
Decimal 174 4 219 0.21 0.98 0 0.14 287.44 0.96 0.44
Hex AE 4 DB 15 62 0 E 11F 60 2C
Octal 256 4 333 25 142 0 16 437 140 54
Binary 10101110 100 11011011 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AE04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04DB

Black with #AE04DB

Text Example


Text Example

White with #AE04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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