Html Css Color HEX #AA65BE Deep Lilac

📋 copy color: '#AA65BE'

red 170 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #AA65BE

Tints of Deep Lilac #AA65BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 36.88%
G = 21.91%
B = 41.21%

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

#AA65BE (or 0xAA65BE) is known color: Deep Lilac. HEX triplet: AA, 65 and BE. RGB value is (170,101,190). Sum of RGB (Red+Green+Blue) = 170+101+190=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BE is #559A41. Grayscale: #838383. Windows color (decimal): -5610050 or 12477866. OLE color: 12477866.

HSL color Cylindrical-coordinate representation of color #AA65BE: hue angle of 286.52º 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 #AA65BE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 101 190 -
CMYK 0.11 0.47 0 0.25
HSL 286.52º 0.41% 0.57% -
HSV(B) 286.52º 0.47% 0.75% -
XYZ 30.53 21.57 51.27 -
YUV 131.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 170 101 190 0.11 0.47 0 0.25 286.52 0.41 0.57
Hex AA 65 BE B 2F 0 19 11F 29 39
Octal 252 145 276 13 57 0 31 437 51 71
Binary 10101010 1100101 10111110 1011 101111 0 11001 100011111 101001 111001

Color Harmonies of #AA65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65BE

Black with #AA65BE

Text Example


Text Example

White with #AA65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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