#C584A1

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

Shades of Viola #C584A1

Tints of Viola #C584A1

Color information

#C584A1 (or 0xC584A1) is unknown color: approx Viola. HEX triplet: C5, 84 and A1. RGB value is (197,132,161). Sum of RGB (Red+Green+Blue) = 197+132+161=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C584A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584A1 is #3A7B5E. Grayscale: #9A9A9A. Windows color (decimal): -3832671 or 10585285. OLE color: 10585285.

HSL color Cylindrical-coordinate representation of color #C584A1: hue angle of 333.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584A1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197132161-
CMYK00.330.180.23
HSL333.23º35.91%64.51%-
HSV(B)333.23º32.99%77.25%-
XYZ37.7130.9537.7-
YUV154.74131.53158.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=40.20%
G=26.94%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713216100.330.180.23333.2335.9164.51
HexC584A1021121714d2441
Octal305204241041222751544101
Binary110001011000010010100001010000110010101111010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584A1; }

 p { color: rgb(197,132,161); }

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

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

 a { background-color: rgb(197,132,161); }

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

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

 span { border-color: rgb(197,132,161); }

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