Html Css Color HEX #AE03DB Dark Violet

📋 copy color: '#AE03DB'

red 174 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #AE03DB

Tints of Dark Violet #AE03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 43.94%
G = 0.76%
B = 55.3%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE03DB (or 0xAE03DB) is known color: Dark Violet. HEX triplet: AE, 03 and DB. RGB value is (174,3,219). Sum of RGB (Red+Green+Blue) = 174+3+219=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03DB is #51FC24. Grayscale: #4E4E4E. Windows color (decimal): -5372965 or 14353326. OLE color: 14353326.

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

Color convert

RGB 174 3 219 -
CMYK 0.21 0.99 0 0.14
HSL 287.5º 0.97% 0.44% -
HSV(B) 287.5º 0.99% 0.86% -
XYZ 30.27 14.18 68.16 -
YUV 78.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 174 3 219 0.21 0.99 0 0.14 287.5 0.97 0.44
Hex AE 3 DB 15 63 0 E 120 61 2C
Octal 256 3 333 25 143 0 16 440 141 54
Binary 10101110 11 11011011 10101 1100011 0 1110 100100000 1100001 101100

Color Harmonies of #AE03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03DB

Black with #AE03DB

Text Example


Text Example

White with #AE03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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