Html Css Color HEX #AE00DB Dark Violet

📋 copy color: '#AE00DB'

red 174 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #AE00DB

Tints of Dark Violet #AE00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.27%
G = 0%
B = 55.73%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE00DB (or 0xAE00DB) is known color: Dark Violet. HEX triplet: AE, 00 and DB. RGB value is (174,0,219). Sum of RGB (Red+Green+Blue) = 174+0+219=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00DB is #51FF24. Grayscale: #4C4C4C. Windows color (decimal): -5373733 or 14352558. OLE color: 14352558.

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

Color convert

RGB 174 0 219 -
CMYK 0.21 1 0 0.14
HSL 287.67º 1% 0.43% -
HSV(B) 287.67º 1% 0.86% -
XYZ 30.24 14.11 68.15 -
YUV 76.99 208.15 197.19 -
System Red Green Blue C M Y K H S L
Decimal 174 0 219 0.21 1 0 0.14 287.67 1 0.43
Hex AE 0 DB 15 64 0 E 120 64 2B
Octal 256 0 333 25 144 0 16 440 144 53
Binary 10101110 0 11011011 10101 1100100 0 1110 100100000 1100100 101011

Color Harmonies of #AE00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00DB

Black with #AE00DB

Text Example


Text Example

White with #AE00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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