Html Css Color HEX #AA65B6 Deep Lilac

📋 copy color: '#AA65B6'

red 170 ◦ green 101 ◦ blue 182

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

Shades of Deep Lilac #AA65B6

Tints of Deep Lilac #AA65B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.18%

R = 37.53%
G = 22.3%
B = 40.18%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA65B6 (or 0xAA65B6) is known color: Deep Lilac. HEX triplet: AA, 65 and B6. RGB value is (170,101,182). Sum of RGB (Red+Green+Blue) = 170+101+182=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA65B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65B6 is #559A49. Grayscale: #828282. Windows color (decimal): -5610058 or 11953578. OLE color: 11953578.

HSL color Cylindrical-coordinate representation of color #AA65B6: hue angle of 291.11º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA65B6 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 101 182 -
CMYK 0.07 0.45 0 0.29
HSL 291.11º 0.36% 0.55% -
HSV(B) 291.11º 0.45% 0.71% -
XYZ 29.67 21.23 46.79 -
YUV 130.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 170 101 182 0.07 0.45 0 0.29 291.11 0.36 0.55
Hex AA 65 B6 7 2D 0 1D 123 24 37
Octal 252 145 266 7 55 0 35 443 44 67
Binary 10101010 1100101 10110110 111 101101 0 11101 100100011 100100 110111

Color Harmonies of #AA65B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65B6

Black with #AA65B6

Text Example


Text Example

White with #AA65B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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