#C571AA

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

Shades of Hopbush #C571AA

Tints of Hopbush #C571AA

Color information

#C571AA (or 0xC571AA) is unknown color: approx Hopbush. HEX triplet: C5, 71 and AA. RGB value is (197,113,170). Sum of RGB (Red+Green+Blue) = 197+113+170=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C571AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C571AA is #3A8E55. Grayscale: #909090. Windows color (decimal): -3837526 or 11170245. OLE color: 11170245.

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

Color convert

RGB197113170-
CMYK00.430.140.23
HSL319.29º42%60.78%-
HSV(B)319.29º42.64%77.25%-
XYZ36.1926.5841.25-
YUV144.61142.33165.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=41.04%
G=23.54%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711317000.430.140.23319.294260.78
HexC571AA02BE1713f2a3d
Octal30516125205316274775275
Binary110001011110001101010100101011111010111100111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571AA; }

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

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

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

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

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

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

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

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