#CA8CAA

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

Shades of Viola #CA8CAA

Tints of Viola #CA8CAA

Color information

#CA8CAA (or 0xCA8CAA) is unknown color: approx Viola. HEX triplet: CA, 8C and AA. RGB value is (202,140,170). Sum of RGB (Red+Green+Blue) = 202+140+170=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8CAA is #357355. Grayscale: #A1A1A1. Windows color (decimal): -3502934 or 11177162. OLE color: 11177162.

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

Color convert

RGB202140170-
CMYK00.310.160.21
HSL330.97º36.9%67.06%-
HSV(B)330.97º30.69%79.22%-
XYZ40.9934.2242.47-
YUV161.96132.54156.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=39.45%
G=27.34%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214017000.310.160.21330.9736.967.06
HexCA8CAA01F101514b2543
Octal312214252037202551345103
Binary11001010100011001010101001111110000101011010010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CAA; }

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

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

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

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

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

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

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

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