Html Css Color HEX #AE06DB Dark Violet

📋 copy color: '#AE06DB'

red 174 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #AE06DB

Tints of Dark Violet #AE06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 43.61%
G = 1.5%
B = 54.89%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE06DB (or 0xAE06DB) is known color: Dark Violet. HEX triplet: AE, 06 and DB. RGB value is (174,6,219). Sum of RGB (Red+Green+Blue) = 174+6+219=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06DB is #51F924. Grayscale: #4F4F4F. Windows color (decimal): -5372197 or 14354094. OLE color: 14354094.

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

Color convert

RGB 174 6 219 -
CMYK 0.21 0.97 0 0.14
HSL 287.32º 0.95% 0.44% -
HSV(B) 287.32º 0.97% 0.86% -
XYZ 30.31 14.24 68.17 -
YUV 80.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 174 6 219 0.21 0.97 0 0.14 287.32 0.95 0.44
Hex AE 6 DB 15 61 0 E 11F 5F 2C
Octal 256 6 333 25 141 0 16 437 137 54
Binary 10101110 110 11011011 10101 1100001 0 1110 100011111 1011111 101100

Color Harmonies of #AE06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06DB

Black with #AE06DB

Text Example


Text Example

White with #AE06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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