Html Css Color HEX #AE05DB Dark Violet

📋 copy color: '#AE05DB'

red 174 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #AE05DB

Tints of Dark Violet #AE05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 43.72%
G = 1.26%
B = 55.03%

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

#AE05DB (or 0xAE05DB) is known color: Dark Violet. HEX triplet: AE, 05 and DB. RGB value is (174,5,219). Sum of RGB (Red+Green+Blue) = 174+5+219=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05DB is #51FA24. Grayscale: #4F4F4F. Windows color (decimal): -5372453 or 14353838. OLE color: 14353838.

HSL color Cylindrical-coordinate representation of color #AE05DB: hue angle of 287.38º 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 #AE05DB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 5 219 -
CMYK 0.21 0.98 0 0.14
HSL 287.38º 0.96% 0.44% -
HSV(B) 287.38º 0.98% 0.86% -
XYZ 30.3 14.22 68.17 -
YUV 79.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 174 5 219 0.21 0.98 0 0.14 287.38 0.96 0.44
Hex AE 5 DB 15 62 0 E 11F 60 2C
Octal 256 5 333 25 142 0 16 437 140 54
Binary 10101110 101 11011011 10101 1100010 0 1110 100011111 1100000 101100

Color Harmonies of #AE05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05DB

Black with #AE05DB

Text Example


Text Example

White with #AE05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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