Html Css Color HEX #AA65BF Deep Lilac

📋 copy color: '#AA65BF'

red 170 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #AA65BF

Tints of Deep Lilac #AA65BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 36.8%
G = 21.86%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA65BF (or 0xAA65BF) is known color: Deep Lilac. HEX triplet: AA, 65 and BF. RGB value is (170,101,191). Sum of RGB (Red+Green+Blue) = 170+101+191=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BF is #559A40. Grayscale: #838383. Windows color (decimal): -5610049 or 12543402. OLE color: 12543402.

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

Color convert

RGB 170 101 191 -
CMYK 0.11 0.47 0 0.25
HSL 286º 0.41% 0.57% -
HSV(B) 286º 0.47% 0.75% -
XYZ 30.64 21.62 51.85 -
YUV 131.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 170 101 191 0.11 0.47 0 0.25 286 0.41 0.57
Hex AA 65 BF B 2F 0 19 11E 29 39
Octal 252 145 277 13 57 0 31 436 51 71
Binary 10101010 1100101 10111111 1011 101111 0 11001 100011110 101001 111001

Color Harmonies of #AA65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65BF

Black with #AA65BF

Text Example


Text Example

White with #AA65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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