#CA95A2

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

Shades of Viola #CA95A2

Tints of Viola #CA95A2

Color information

#CA95A2 (or 0xCA95A2) is unknown color: approx Viola. HEX triplet: CA, 95 and A2. RGB value is (202,149,162). Sum of RGB (Red+Green+Blue) = 202+149+162=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95A2 is #356A5D. Grayscale: #A6A6A6. Windows color (decimal): -3500638 or 10655178. OLE color: 10655178.

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

Color convert

RGB202149162-
CMYK00.260.200.21
HSL345.28º33.33%68.82%-
HSV(B)345.28º26.24%79.22%-
XYZ41.6336.6639.06-
YUV166.33125.56153.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=39.38%
G=29.04%
B=31.58%

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
Decimal20214916200.260.200.21345.2833.3368.82
HexCA95A201A14151592145
Octal312225242032242553141105
Binary11001010100101011010001001101010100101011010110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95A2; }

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

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

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

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

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

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

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

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