#C6AACC

Color #C6AACC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C6AACC

Tints of Lilac #C6AACC

Color information

#C6AACC (or 0xC6AACC) is unknown color: approx Lilac. HEX triplet: C6, AA and CC. RGB value is (198,170,204). Sum of RGB (Red+Green+Blue) = 198+170+204=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AACC is #395533. Grayscale: #B6B6B6. Windows color (decimal): -3757364 or 13413062. OLE color: 13413062.

HSL color Cylindrical-coordinate representation of color #C6AACC: hue angle of 289.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6AACC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198170204-
CMYK0.030.1700.2
HSL289.41º25%73.33%-
HSV(B)289.41º16.67%80%-
XYZ48.5645.1163.28-
YUV182.25140.28139.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=34.62%
G=29.72%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981702040.030.1700.2289.412573.33
HexC6AACC3110141211949
Octal30625231432102444131111
Binary1100011010101010110011001110001010100100100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AACC; }

 p { color: rgb(198,170,204); }

 H1.HeaderClassName
 {
   color: #C6AACC;
 }
 .AnyTagClassName
 {
   color: #C6AACC;
 }
</style>
background-color css

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

 a { background-color: rgb(198,170,204); }

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

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

 span { border-color: rgb(198,170,204); }

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