#C581A5

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

Shades of Viola #C581A5

Tints of Viola #C581A5

Color information

#C581A5 (or 0xC581A5) is unknown color: approx Viola. HEX triplet: C5, 81 and A5. RGB value is (197,129,165). Sum of RGB (Red+Green+Blue) = 197+129+165=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C581A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C581A5 is #3A7E5A. Grayscale: #999999. Windows color (decimal): -3833435 or 10846661. OLE color: 10846661.

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

Color convert

RGB197129165-
CMYK00.350.160.23
HSL328.24º36.96%63.92%-
HSV(B)328.24º34.52%77.25%-
XYZ37.6730.2939.46-
YUV153.44134.53159.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=40.12%
G=26.27%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712916500.350.160.23328.2436.9663.92
HexC581A502310171482540
Octal305201245043202751045100
Binary110001011000000110100101010001110000101111010010001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581A5; }

 p { color: rgb(197,129,165); }

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

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

 a { background-color: rgb(197,129,165); }

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

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

 span { border-color: rgb(197,129,165); }

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