#CA94A5

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

Shades of Viola #CA94A5

Tints of Viola #CA94A5

Color information

#CA94A5 (or 0xCA94A5) is unknown color: approx Viola. HEX triplet: CA, 94 and A5. RGB value is (202,148,165). Sum of RGB (Red+Green+Blue) = 202+148+165=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94A5 is #356B5A. Grayscale: #A6A6A6. Windows color (decimal): -3500891 or 10851530. OLE color: 10851530.

HSL color Cylindrical-coordinate representation of color #CA94A5: hue angle of 341.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94A5 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202148165-
CMYK00.270.180.21
HSL341.11º33.75%68.63%-
HSV(B)341.11º26.73%79.22%-
XYZ41.7436.4540.43-
YUV166.08127.39153.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=39.22%
G=28.74%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214816500.270.180.21341.1133.7568.63
HexCA94A501B12151552245
Octal312224245033222552542105
Binary11001010100101001010010101101110010101011010101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94A5; }

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

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

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

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

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

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

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

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