#CA95A1

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

Shades of Viola #CA95A1

Tints of Viola #CA95A1

Color information

#CA95A1 (or 0xCA95A1) is unknown color: approx Viola. HEX triplet: CA, 95 and A1. RGB value is (202,149,161). Sum of RGB (Red+Green+Blue) = 202+149+161=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95A1 is #356A5E. Grayscale: #A6A6A6. Windows color (decimal): -3500639 or 10589642. OLE color: 10589642.

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

Color convert

RGB202149161-
CMYK00.260.200.21
HSL346.42º33.33%68.82%-
HSV(B)346.42º26.24%79.22%-
XYZ41.5436.6238.6-
YUV166.21125.06153.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=39.45%
G=29.10%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214916100.260.200.21346.4233.3368.82
HexCA95A101A141515a2145
Octal312225241032242553241105
Binary11001010100101011010000101101010100101011010110101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95A1; }

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

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

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

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

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

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

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

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