#CA85AA

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

Shades of Viola #CA85AA

Tints of Viola #CA85AA

Color information

#CA85AA (or 0xCA85AA) is unknown color: approx Viola. HEX triplet: CA, 85 and AA. RGB value is (202,133,170). Sum of RGB (Red+Green+Blue) = 202+133+170=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AA is #357A55. Grayscale: #9D9D9D. Windows color (decimal): -3504726 or 11175370. OLE color: 11175370.

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

Color convert

RGB202133170-
CMYK00.340.160.21
HSL327.83º39.43%65.69%-
HSV(B)327.83º34.16%79.22%-
XYZ4032.2342.14-
YUV157.85134.86159.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=40%
G=26.34%
B=33.66%

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
Decimal20213317000.340.160.21327.8339.4365.69
HexCA85AA02210151482742
Octal312205252042202551047102
Binary110010101000010110101010010001010000101011010010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85AA; }

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

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

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

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

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

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

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

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