#CA85A9

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

Shades of Viola #CA85A9

Tints of Viola #CA85A9

Color information

#CA85A9 (or 0xCA85A9) is unknown color: approx Viola. HEX triplet: CA, 85 and A9. RGB value is (202,133,169). Sum of RGB (Red+Green+Blue) = 202+133+169=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85A9 is #357A56. Grayscale: #9D9D9D. Windows color (decimal): -3504727 or 11109834. OLE color: 11109834.

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

Color convert

RGB202133169-
CMYK00.340.160.21
HSL328.7º39.43%65.69%-
HSV(B)328.7º34.16%79.22%-
XYZ39.9132.241.65-
YUV157.73134.36159.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=40.08%
G=26.39%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213316900.340.160.21328.739.4365.69
HexCA85A902210151492742
Octal312205251042202551147102
Binary110010101000010110101001010001010000101011010010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85A9; }

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

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

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

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

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

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

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

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