#CA8EA5

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

Shades of Viola #CA8EA5

Tints of Viola #CA8EA5

Color information

#CA8EA5 (or 0xCA8EA5) is unknown color: approx Viola. HEX triplet: CA, 8E and A5. RGB value is (202,142,165). Sum of RGB (Red+Green+Blue) = 202+142+165=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EA5 is #35715A. Grayscale: #A2A2A2. Windows color (decimal): -3502427 or 10849994. OLE color: 10849994.

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

Color convert

RGB202142165-
CMYK00.300.180.21
HSL337º36.14%67.45%-
HSV(B)337º29.7%79.22%-
XYZ40.8234.6240.13-
YUV162.56129.38156.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=39.69%
G=27.90%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214216500.300.180.2133736.1467.45
HexCA8EA501E12151512443
Octal312216245036222552144103
Binary11001010100011101010010101111010010101011010100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EA5; }

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

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

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

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

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

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

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

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