#CA97AA

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

Shades of Viola #CA97AA

Tints of Viola #CA97AA

Color information

#CA97AA (or 0xCA97AA) is unknown color: approx Viola. HEX triplet: CA, 97 and AA. RGB value is (202,151,170). Sum of RGB (Red+Green+Blue) = 202+151+170=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97AA is #356855. Grayscale: #A8A8A8. Windows color (decimal): -3500118 or 11179978. OLE color: 11179978.

HSL color Cylindrical-coordinate representation of color #CA97AA: hue angle of 337.65º 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 #CA97AA is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202151170-
CMYK00.250.160.21
HSL337.65º32.48%69.22%-
HSV(B)337.65º25.25%79.22%-
XYZ42.6837.5943.04-
YUV168.42128.9151.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=38.62%
G=28.87%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215117000.250.160.21337.6532.4869.22
HexCA97AA01910151522045
Octal312227252031202552240105
Binary11001010100101111010101001100110000101011010100101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97AA; }

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

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

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

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

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

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

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

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