#CA99A9

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

Shades of Viola #CA99A9

Tints of Viola #CA99A9

Color information

#CA99A9 (or 0xCA99A9) is unknown color: approx Viola. HEX triplet: CA, 99 and A9. RGB value is (202,153,169). Sum of RGB (Red+Green+Blue) = 202+153+169=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A9 is #356656. Grayscale: #A9A9A9. Windows color (decimal): -3499607 or 11114954. OLE color: 11114954.

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

Color convert

RGB202153169-
CMYK00.240.160.21
HSL340.41º31.61%69.61%-
HSV(B)340.41º24.26%79.22%-
XYZ42.9138.242.65-
YUV169.48127.73151.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=38.55%
G=29.20%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215316900.240.160.21340.4131.6169.61
HexCA99A901810151542046
Octal312231251030202552440106
Binary11001010100110011010100101100010000101011010101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99A9; }

 p { color: rgb(202,153,169); }

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

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

 a { background-color: rgb(202,153,169); }

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

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

 span { border-color: rgb(202,153,169); }

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