Html Css Color HEX #AA6CBE Deep Lilac

📋 copy color: '#AA6CBE'

red 170 ◦ green 108 ◦ blue 190

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

Shades of Deep Lilac #AA6CBE

Tints of Deep Lilac #AA6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.08%

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

R = 36.32%
G = 23.08%
B = 40.6%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA6CBE (or 0xAA6CBE) is known color: Deep Lilac. HEX triplet: AA, 6C and BE. RGB value is (170,108,190). Sum of RGB (Red+Green+Blue) = 170+108+190=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBE is #559341. Grayscale: #878787. Windows color (decimal): -5608258 or 12479658. OLE color: 12479658.

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

Color convert

RGB 170 108 190 -
CMYK 0.11 0.43 0 0.25
HSL 285.37º 0.39% 0.58% -
HSV(B) 285.37º 0.43% 0.75% -
XYZ 31.23 22.99 51.51 -
YUV 135.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 170 108 190 0.11 0.43 0 0.25 285.37 0.39 0.58
Hex AA 6C BE B 2B 0 19 11D 27 3A
Octal 252 154 276 13 53 0 31 435 47 72
Binary 10101010 1101100 10111110 1011 101011 0 11001 100011101 100111 111010

Color Harmonies of #AA6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CBE

Black with #AA6CBE

Text Example


Text Example

White with #AA6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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