Html Css Color HEX #AA6CBC Deep Lilac

📋 copy color: '#AA6CBC'

red 170 ◦ green 108 ◦ blue 188

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

Shades of Deep Lilac #AA6CBC

Tints of Deep Lilac #AA6CBC

RGB

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

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

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

R = 36.48%
G = 23.18%
B = 40.34%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA6CBC (or 0xAA6CBC) is known color: Deep Lilac. HEX triplet: AA, 6C and BC. RGB value is (170,108,188). Sum of RGB (Red+Green+Blue) = 170+108+188=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBC is #559343. Grayscale: #878787. Windows color (decimal): -5608260 or 12348586. OLE color: 12348586.

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

Color convert

RGB 170 108 188 -
CMYK 0.10 0.43 0 0.26
HSL 286.5º 0.37% 0.58% -
HSV(B) 286.5º 0.43% 0.74% -
XYZ 31.02 22.9 50.36 -
YUV 135.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 170 108 188 0.10 0.43 0 0.26 286.5 0.37 0.58
Hex AA 6C BC A 2B 0 1A 11E 25 3A
Octal 252 154 274 12 53 0 32 436 45 72
Binary 10101010 1101100 10111100 1010 101011 0 11010 100011110 100101 111010

Color Harmonies of #AA6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CBC

Black with #AA6CBC

Text Example


Text Example

White with #AA6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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