Html Css Color HEX #AA6AB7 Deep Lilac

📋 copy color: '#AA6AB7'

red 170 ◦ green 106 ◦ blue 183

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

Shades of Deep Lilac #AA6AB7

Tints of Deep Lilac #AA6AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 37.04%
G = 23.09%
B = 39.87%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA6AB7 (or 0xAA6AB7) is known color: Deep Lilac. HEX triplet: AA, 6A and B7. RGB value is (170,106,183). Sum of RGB (Red+Green+Blue) = 170+106+183=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA6AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AB7 is #559548. Grayscale: #858585. Windows color (decimal): -5608777 or 12020394. OLE color: 12020394.

HSL color Cylindrical-coordinate representation of color #AA6AB7: hue angle of 289.87º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6AB7 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 106 183 -
CMYK 0.07 0.42 0 0.28
HSL 289.87º 0.35% 0.57% -
HSV(B) 289.87º 0.42% 0.72% -
XYZ 30.28 22.27 47.5 -
YUV 133.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 170 106 183 0.07 0.42 0 0.28 289.87 0.35 0.57
Hex AA 6A B7 7 2A 0 1C 122 23 39
Octal 252 152 267 7 52 0 34 442 43 71
Binary 10101010 1101010 10110111 111 101010 0 11100 100100010 100011 111001

Color Harmonies of #AA6AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AB7

Black with #AA6AB7

Text Example


Text Example

White with #AA6AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AB7; }

 p { color: rgb(170,106,183); }

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

background-color css

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

 a { background-color: rgb(170,106,183); }

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

border-color css

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

 span { border-color: rgb(170,106,183); }

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