#C582A4

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

Shades of Viola #C582A4

Tints of Viola #C582A4

Color information

#C582A4 (or 0xC582A4) is unknown color: approx Viola. HEX triplet: C5, 82 and A4. RGB value is (197,130,164). Sum of RGB (Red+Green+Blue) = 197+130+164=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C582A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582A4 is #3A7D5B. Grayscale: #999999. Windows color (decimal): -3833180 or 10781381. OLE color: 10781381.

HSL color Cylindrical-coordinate representation of color #C582A4: hue angle of 329.55º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582A4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB197130164-
CMYK00.340.170.23
HSL329.55º36.61%64.12%-
HSV(B)329.55º34.01%77.25%-
XYZ37.7130.5239.02-
YUV153.91133.7158.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=40.12%
G=26.48%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713016400.340.170.23329.5536.6164.12
HexC582A4022111714a2540
Octal305202244042212751245100
Binary110001011000001010100100010001010001101111010010101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582A4; }

 p { color: rgb(197,130,164); }

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

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

 a { background-color: rgb(197,130,164); }

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

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

 span { border-color: rgb(197,130,164); }

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