#CA97A7

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

Shades of Viola #CA97A7

Tints of Viola #CA97A7

Color information

#CA97A7 (or 0xCA97A7) is unknown color: approx Viola. HEX triplet: CA, 97 and A7. RGB value is (202,151,167). Sum of RGB (Red+Green+Blue) = 202+151+167=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97A7 is #356858. Grayscale: #A8A8A8. Windows color (decimal): -3500121 or 10983370. OLE color: 10983370.

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

Color convert

RGB202151167-
CMYK00.250.170.21
HSL341.18º32.48%69.22%-
HSV(B)341.18º25.25%79.22%-
XYZ42.437.4841.56-
YUV168.07127.4152.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=38.85%
G=29.04%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215116700.250.170.21341.1832.4869.22
HexCA97A701911151552045
Octal312227247031212552540105
Binary11001010100101111010011101100110001101011010101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97A7; }

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

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

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

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

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

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

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

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