#CA95AB

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

Shades of Viola #CA95AB

Tints of Viola #CA95AB

Color information

#CA95AB (or 0xCA95AB) is unknown color: approx Viola. HEX triplet: CA, 95 and AB. RGB value is (202,149,171). Sum of RGB (Red+Green+Blue) = 202+149+171=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95AB is #356A54. Grayscale: #A7A7A7. Windows color (decimal): -3500629 or 11245002. OLE color: 11245002.

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

Color convert

RGB202149171-
CMYK00.260.150.21
HSL335.09º33.33%68.82%-
HSV(B)335.09º26.24%79.22%-
XYZ42.4636.9943.43-
YUV167.36130.06152.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=38.70%
G=28.54%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214917100.260.150.21335.0933.3368.82
HexCA95AB01AF1514f2145
Octal312225253032172551741105
Binary1100101010010101101010110110101111101011010011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95AB; }

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

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

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

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

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

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

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

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