#CA83AA

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

Shades of Viola #CA83AA

Tints of Viola #CA83AA

Color information

#CA83AA (or 0xCA83AA) is unknown color: approx Viola. HEX triplet: CA, 83 and AA. RGB value is (202,131,170). Sum of RGB (Red+Green+Blue) = 202+131+170=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA83AA is #357C55. Grayscale: #9C9C9C. Windows color (decimal): -3505238 or 11174858. OLE color: 11174858.

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

Color convert

RGB202131170-
CMYK00.350.160.21
HSL327.04º40.11%65.29%-
HSV(B)327.04º35.15%79.22%-
XYZ39.7331.6942.05-
YUV156.67135.52160.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=40.16%
G=26.04%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213117000.350.160.21327.0440.1165.29
HexCA83AA02310151472841
Octal312203252043202550750101
Binary110010101000001110101010010001110000101011010001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83AA; }

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

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

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

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

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

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

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

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