Html Css Color HEX #AA68B9 Deep Lilac

📋 copy color: '#AA68B9'

red 170 ◦ green 104 ◦ blue 185

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

Shades of Deep Lilac #AA68B9

Tints of Deep Lilac #AA68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.66%

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 37.04%
G = 22.66%
B = 40.31%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA68B9 (or 0xAA68B9) is known color: Deep Lilac. HEX triplet: AA, 68 and B9. RGB value is (170,104,185). Sum of RGB (Red+Green+Blue) = 170+104+185=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA68B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68B9 is #559746. Grayscale: #848484. Windows color (decimal): -5609287 or 12150954. OLE color: 12150954.

HSL color Cylindrical-coordinate representation of color #AA68B9: hue angle of 288.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA68B9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 104 185 -
CMYK 0.08 0.44 0 0.27
HSL 288.89º 0.37% 0.57% -
HSV(B) 288.89º 0.44% 0.73% -
XYZ 30.28 21.95 48.54 -
YUV 132.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 170 104 185 0.08 0.44 0 0.27 288.89 0.37 0.57
Hex AA 68 B9 8 2C 0 1B 121 25 39
Octal 252 150 271 10 54 0 33 441 45 71
Binary 10101010 1101000 10111001 1000 101100 0 11011 100100001 100101 111001

Color Harmonies of #AA68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68B9

Black with #AA68B9

Text Example


Text Example

White with #AA68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68B9; }

 p { color: rgb(170,104,185); }

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

background-color css

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

 a { background-color: rgb(170,104,185); }

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

border-color css

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

 span { border-color: rgb(170,104,185); }

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