#A75780

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

Shades of Royal Heath #A75780

Tints of Royal Heath #A75780

Color information

#A75780 (or 0xA75780) is unknown color: approx Royal Heath. HEX triplet: A7, 57 and 80. RGB value is (167,87,128). Sum of RGB (Red+Green+Blue) = 167+87+128=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75780 is #58A87F. Grayscale: #737373. Windows color (decimal): -5810304 or 8411047. OLE color: 8411047.

HSL color Cylindrical-coordinate representation of color #A75780: hue angle of 329.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75780 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16787128-
CMYK00.480.230.35
HSL329.25º31.5%49.8%-
HSV(B)329.25º47.9%65.49%-
XYZ23.2416.5922.4-
YUV115.59135164.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=43.72%
G=22.77%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678712800.480.230.35329.2531.549.8
HexA7578003017231491f32
Octal24712720006027435113762
Binary1010011110101111000000001100001011110001110100100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75780; }

 p { color: rgb(167,87,128); }

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

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

 a { background-color: rgb(167,87,128); }

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

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

 span { border-color: rgb(167,87,128); }

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