Html Css Color HEX #AE09DB Dark Violet

📋 copy color: '#AE09DB'

red 174 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #AE09DB

Tints of Dark Violet #AE09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

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

R = 43.28%
G = 2.24%
B = 54.48%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE09DB (or 0xAE09DB) is known color: Dark Violet. HEX triplet: AE, 09 and DB. RGB value is (174,9,219). Sum of RGB (Red+Green+Blue) = 174+9+219=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE09DB is #51F624. Grayscale: #515151. Windows color (decimal): -5371429 or 14354862. OLE color: 14354862.

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

Color convert

RGB 174 9 219 -
CMYK 0.21 0.96 0 0.14
HSL 287.14º 0.92% 0.45% -
HSV(B) 287.14º 0.96% 0.86% -
XYZ 30.34 14.31 68.18 -
YUV 82.28 205.16 193.42 -
System Red Green Blue C M Y K H S L
Decimal 174 9 219 0.21 0.96 0 0.14 287.14 0.92 0.45
Hex AE 9 DB 15 60 0 E 11F 5C 2D
Octal 256 11 333 25 140 0 16 437 134 55
Binary 10101110 1001 11011011 10101 1100000 0 1110 100011111 1011100 101101

Color Harmonies of #AE09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE09DB

Black with #AE09DB

Text Example


Text Example

White with #AE09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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