#C575AA

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

Shades of Hopbush #C575AA

Tints of Hopbush #C575AA

Color information

#C575AA (or 0xC575AA) is unknown color: approx Hopbush. HEX triplet: C5, 75 and AA. RGB value is (197,117,170). Sum of RGB (Red+Green+Blue) = 197+117+170=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AA is #3A8A55. Grayscale: #929292. Windows color (decimal): -3836502 or 11171269. OLE color: 11171269.

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

Color convert

RGB197117170-
CMYK00.410.140.23
HSL320.25º40.82%61.57%-
HSV(B)320.25º40.61%77.25%-
XYZ36.6427.541.41-
YUV146.96141163.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=40.70%
G=24.17%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717000.410.140.23320.2540.8261.57
HexC575AA029E17140293e
Octal30516525205116275005176
Binary110001011110101101010100101001111010111101000000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575AA; }

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

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

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

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

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

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

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

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