Html Css Color HEX #AA65BC Deep Lilac

📋 copy color: '#AA65BC'

red 170 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #AA65BC

Tints of Deep Lilac #AA65BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 37.04%
G = 22%
B = 40.96%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA65BC (or 0xAA65BC) is known color: Deep Lilac. HEX triplet: AA, 65 and BC. RGB value is (170,101,188). Sum of RGB (Red+Green+Blue) = 170+101+188=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BC is #559A43. Grayscale: #838383. Windows color (decimal): -5610052 or 12346794. OLE color: 12346794.

HSL color Cylindrical-coordinate representation of color #AA65BC: hue angle of 287.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA65BC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 101 188 -
CMYK 0.10 0.46 0 0.26
HSL 287.59º 0.39% 0.57% -
HSV(B) 287.59º 0.46% 0.74% -
XYZ 30.31 21.48 50.13 -
YUV 131.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 170 101 188 0.10 0.46 0 0.26 287.59 0.39 0.57
Hex AA 65 BC A 2E 0 1A 120 27 39
Octal 252 145 274 12 56 0 32 440 47 71
Binary 10101010 1100101 10111100 1010 101110 0 11010 100100000 100111 111001

Color Harmonies of #AA65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65BC

Black with #AA65BC

Text Example


Text Example

White with #AA65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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