#CA97AB

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

Shades of Viola #CA97AB

Tints of Viola #CA97AB

Color information

#CA97AB (or 0xCA97AB) is unknown color: approx Viola. HEX triplet: CA, 97 and AB. RGB value is (202,151,171). Sum of RGB (Red+Green+Blue) = 202+151+171=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97AB is #356854. Grayscale: #A8A8A8. Windows color (decimal): -3500117 or 11245514. OLE color: 11245514.

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

Color convert

RGB202151171-
CMYK00.250.150.21
HSL336.47º32.48%69.22%-
HSV(B)336.47º25.25%79.22%-
XYZ42.7737.6343.54-
YUV168.53129.4151.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=38.55%
G=28.82%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215117100.250.150.21336.4732.4869.22
HexCA97AB019F151502045
Octal312227253031172552040105
Binary1100101010010111101010110110011111101011010100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97AB; }

 p { color: rgb(202,151,171); }

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

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

 a { background-color: rgb(202,151,171); }

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

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

 span { border-color: rgb(202,151,171); }

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