Html Css Color HEX #AA5BBA Deep Lilac

📋 copy color: '#AA5BBA'

red 170 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #AA5BBA

Tints of Deep Lilac #AA5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 38.03%
G = 20.36%
B = 41.61%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA5BBA (or 0xAA5BBA) is known color: Deep Lilac. HEX triplet: AA, 5B and BA. RGB value is (170,91,186). Sum of RGB (Red+Green+Blue) = 170+91+186=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BBA is #55A445. Grayscale: #7D7D7D. Windows color (decimal): -5612614 or 12213162. OLE color: 12213162.

HSL color Cylindrical-coordinate representation of color #AA5BBA: hue angle of 289.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5BBA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 91 186 -
CMYK 0.09 0.51 0 0.27
HSL 289.89º 0.41% 0.54% -
HSV(B) 289.89º 0.51% 0.73% -
XYZ 29.18 19.57 48.69 -
YUV 125.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 170 91 186 0.09 0.51 0 0.27 289.89 0.41 0.54
Hex AA 5B BA 9 33 0 1B 122 29 36
Octal 252 133 272 11 63 0 33 442 51 66
Binary 10101010 1011011 10111010 1001 110011 0 11011 100100010 101001 110110

Color Harmonies of #AA5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BBA

Black with #AA5BBA

Text Example


Text Example

White with #AA5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BBA; }

 p { color: rgb(170,91,186); }

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

background-color css

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

 a { background-color: rgb(170,91,186); }

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

border-color css

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

 span { border-color: rgb(170,91,186); }

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