#CA8DA2

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

Shades of Viola #CA8DA2

Tints of Viola #CA8DA2

Color information

#CA8DA2 (or 0xCA8DA2) is unknown color: approx Viola. HEX triplet: CA, 8D and A2. RGB value is (202,141,162). Sum of RGB (Red+Green+Blue) = 202+141+162=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DA2 is #35725D. Grayscale: #A1A1A1. Windows color (decimal): -3502686 or 10653130. OLE color: 10653130.

HSL color Cylindrical-coordinate representation of color #CA8DA2: hue angle of 339.34º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DA2 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB202141162-
CMYK00.300.200.21
HSL339.34º36.53%67.25%-
HSV(B)339.34º30.2%79.22%-
XYZ40.434.2138.66-
YUV161.63128.21156.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=40%
G=27.92%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214116200.300.200.21339.3436.5367.25
HexCA8DA201E14151532543
Octal312215242036242552345103
Binary11001010100011011010001001111010100101011010100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DA2; }

 p { color: rgb(202,141,162); }

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

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

 a { background-color: rgb(202,141,162); }

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

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

 span { border-color: rgb(202,141,162); }

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