#CA87A4

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

Shades of Viola #CA87A4

Tints of Viola #CA87A4

Color information

#CA87A4 (or 0xCA87A4) is unknown color: approx Viola. HEX triplet: CA, 87 and A4. RGB value is (202,135,164). Sum of RGB (Red+Green+Blue) = 202+135+164=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A4 is #35785B. Grayscale: #9E9E9E. Windows color (decimal): -3504220 or 10782666. OLE color: 10782666.

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

Color convert

RGB202135164-
CMYK00.330.190.21
HSL334.03º38.73%66.08%-
HSV(B)334.03º33.17%79.22%-
XYZ39.7232.5639.31-
YUV158.34131.2159.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=40.32%
G=26.95%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213516400.330.190.21334.0338.7366.08
HexCA87A4021131514e2742
Octal312207244041232551647102
Binary110010101000011110100100010000110011101011010011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87A4; }

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

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

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

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

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

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

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

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