#CA8EA7

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

Shades of Viola #CA8EA7

Tints of Viola #CA8EA7

Color information

#CA8EA7 (or 0xCA8EA7) is unknown color: approx Viola. HEX triplet: CA, 8E and A7. RGB value is (202,142,167). Sum of RGB (Red+Green+Blue) = 202+142+167=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8EA7 is #357158. Grayscale: #A2A2A2. Windows color (decimal): -3502425 or 10981066. OLE color: 10981066.

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

Color convert

RGB202142167-
CMYK00.300.170.21
HSL335º36.14%67.45%-
HSV(B)335º29.7%79.22%-
XYZ41.0134.6941.09-
YUV162.79130.38155.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=39.53%
G=27.79%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214216700.300.170.2133536.1467.45
HexCA8EA701E111514f2443
Octal312216247036212551744103
Binary11001010100011101010011101111010001101011010011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EA7; }

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

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

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

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

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

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

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

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