#CA8EA9

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

Shades of Viola #CA8EA9

Tints of Viola #CA8EA9

Color information

#CA8EA9 (or 0xCA8EA9) is unknown color: approx Viola. HEX triplet: CA, 8E and A9. RGB value is (202,142,169). Sum of RGB (Red+Green+Blue) = 202+142+169=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EA9 is #357156. Grayscale: #A2A2A2. Windows color (decimal): -3502423 or 11112138. OLE color: 11112138.

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

Color convert

RGB202142169-
CMYK00.300.160.21
HSL333º36.14%67.45%-
HSV(B)333º29.7%79.22%-
XYZ41.1934.7742.08-
YUV163.02131.38155.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=39.38%
G=27.68%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214216900.300.160.2133336.1467.45
HexCA8EA901E101514d2443
Octal312216251036202551544103
Binary11001010100011101010100101111010000101011010011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EA9; }

 p { color: rgb(202,142,169); }

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

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

 a { background-color: rgb(202,142,169); }

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

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

 span { border-color: rgb(202,142,169); }

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