#CA82AA

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

Shades of Viola #CA82AA

Tints of Viola #CA82AA

Color information

#CA82AA (or 0xCA82AA) is unknown color: approx Viola. HEX triplet: CA, 82 and AA. RGB value is (202,130,170). Sum of RGB (Red+Green+Blue) = 202+130+170=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82AA is #357D55. Grayscale: #9C9C9C. Windows color (decimal): -3505494 or 11174602. OLE color: 11174602.

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

Color convert

RGB202130170-
CMYK00.360.160.21
HSL326.67º40.45%65.1%-
HSV(B)326.67º35.64%79.22%-
XYZ39.631.4242.01-
YUV156.09135.85160.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=40.24%
G=25.90%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213017000.360.160.21326.6740.4565.1
HexCA82AA02410151472841
Octal312202252044202550750101
Binary110010101000001010101010010010010000101011010001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82AA; }

 p { color: rgb(202,130,170); }

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

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

 a { background-color: rgb(202,130,170); }

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

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

 span { border-color: rgb(202,130,170); }

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