Html Css Color HEX #AA6EBE Deep Lilac

📋 copy color: '#AA6EBE'

red 170 ◦ green 110 ◦ blue 190

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

Shades of Deep Lilac #AA6EBE

Tints of Deep Lilac #AA6EBE

RGB

 RED value IS 170 (66.8% from 255) = 36.17%

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 36.17%
G = 23.4%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA6EBE (or 0xAA6EBE) is known color: Deep Lilac. HEX triplet: AA, 6E and BE. RGB value is (170,110,190). Sum of RGB (Red+Green+Blue) = 170+110+190=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EBE is #559141. Grayscale: #888888. Windows color (decimal): -5607746 or 12480170. OLE color: 12480170.

HSL color Cylindrical-coordinate representation of color #AA6EBE: hue angle of 285º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6EBE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 110 190 -
CMYK 0.11 0.42 0 0.25
HSL 285º 0.38% 0.59% -
HSV(B) 285º 0.42% 0.75% -
XYZ 31.45 23.42 51.58 -
YUV 137.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 170 110 190 0.11 0.42 0 0.25 285 0.38 0.59
Hex AA 6E BE B 2A 0 19 11D 26 3B
Octal 252 156 276 13 52 0 31 435 46 73
Binary 10101010 1101110 10111110 1011 101010 0 11001 100011101 100110 111011

Color Harmonies of #AA6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EBE

Black with #AA6EBE

Text Example


Text Example

White with #AA6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EBE; }

 p { color: rgb(170,110,190); }

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

background-color css

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

 a { background-color: rgb(170,110,190); }

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

border-color css

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

 span { border-color: rgb(170,110,190); }

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