#C573AA

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

Shades of Hopbush #C573AA

Tints of Hopbush #C573AA

Color information

#C573AA (or 0xC573AA) is unknown color: approx Hopbush. HEX triplet: C5, 73 and AA. RGB value is (197,115,170). Sum of RGB (Red+Green+Blue) = 197+115+170=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C573AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573AA is #3A8C55. Grayscale: #919191. Windows color (decimal): -3837014 or 11170757. OLE color: 11170757.

HSL color Cylindrical-coordinate representation of color #C573AA: hue angle of 319.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573AA is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197115170-
CMYK00.420.140.23
HSL319.76º41.41%61.18%-
HSV(B)319.76º41.62%77.25%-
XYZ36.4127.0341.33-
YUV145.79141.67164.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=40.87%
G=23.86%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711517000.420.140.23319.7641.4161.18
HexC573AA02AE17140293d
Octal30516325205216275005175
Binary110001011110011101010100101010111010111101000000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573AA; }

 p { color: rgb(197,115,170); }

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

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

 a { background-color: rgb(197,115,170); }

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

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

 span { border-color: rgb(197,115,170); }

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