#CA87A6

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

Shades of Viola #CA87A6

Tints of Viola #CA87A6

Color information

#CA87A6 (or 0xCA87A6) is unknown color: approx Viola. HEX triplet: CA, 87 and A6. RGB value is (202,135,166). Sum of RGB (Red+Green+Blue) = 202+135+166=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A6 is #357859. Grayscale: #9E9E9E. Windows color (decimal): -3504218 or 10913738. OLE color: 10913738.

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

Color convert

RGB202135166-
CMYK00.330.180.21
HSL332.24º38.73%66.08%-
HSV(B)332.24º33.17%79.22%-
XYZ39.932.6440.27-
YUV158.57132.2158.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=40.16%
G=26.84%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213516600.330.180.21332.2438.7366.08
HexCA87A6021121514c2742
Octal312207246041222551447102
Binary110010101000011110100110010000110010101011010011001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87A6; }

 p { color: rgb(202,135,166); }

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

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

 a { background-color: rgb(202,135,166); }

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

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

 span { border-color: rgb(202,135,166); }

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