#C98ACA

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

Shades of Lilac #C98ACA

Tints of Lilac #C98ACA

Color information

#C98ACA (or 0xC98ACA) is unknown color: approx Lilac. HEX triplet: C9, 8A and CA. RGB value is (201,138,202). Sum of RGB (Red+Green+Blue) = 201+138+202=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ACA is #367535. Grayscale: #A3A3A3. Windows color (decimal): -3568950 or 13273801. OLE color: 13273801.

HSL color Cylindrical-coordinate representation of color #C98ACA: hue angle of 299.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98ACA is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201138202-
CMYK0.000.3200.21
HSL299.06º37.65%66.67%-
HSV(B)299.06º31.68%79.22%-
XYZ43.8434.8660.3-
YUV164.13149.37154.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=37.15%
G=25.51%
B=37.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011382020.000.3200.21299.0637.6566.67
HexC98ACA02001512b2643
Octal31121231204002545346103
Binary11001001100010101100101001000000101011001010111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ACA; }

 p { color: rgb(201,138,202); }

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

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

 a { background-color: rgb(201,138,202); }

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

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

 span { border-color: rgb(201,138,202); }

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