Html Css Color HEX #AA65BA Deep Lilac

📋 copy color: '#AA65BA'

red 170 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #AA65BA

Tints of Deep Lilac #AA65BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

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

R = 37.2%
G = 22.1%
B = 40.7%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA65BA (or 0xAA65BA) is known color: Deep Lilac. HEX triplet: AA, 65 and BA. RGB value is (170,101,186). Sum of RGB (Red+Green+Blue) = 170+101+186=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BA is #559A45. Grayscale: #838383. Windows color (decimal): -5610054 or 12215722. OLE color: 12215722.

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

Color convert

RGB 170 101 186 -
CMYK 0.09 0.46 0 0.27
HSL 288.71º 0.38% 0.56% -
HSV(B) 288.71º 0.46% 0.73% -
XYZ 30.09 21.4 49 -
YUV 131.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 170 101 186 0.09 0.46 0 0.27 288.71 0.38 0.56
Hex AA 65 BA 9 2E 0 1B 121 26 38
Octal 252 145 272 11 56 0 33 441 46 70
Binary 10101010 1100101 10111010 1001 101110 0 11011 100100001 100110 111000

Color Harmonies of #AA65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65BA

Black with #AA65BA

Text Example


Text Example

White with #AA65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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