#A75582

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

Shades of Royal Heath #A75582

Tints of Royal Heath #A75582

Color information

#A75582 (or 0xA75582) is unknown color: approx Royal Heath. HEX triplet: A7, 55 and 82. RGB value is (167,85,130). Sum of RGB (Red+Green+Blue) = 167+85+130=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75582 is #58AA7D. Grayscale: #727272. Windows color (decimal): -5810814 or 8541607. OLE color: 8541607.

HSL color Cylindrical-coordinate representation of color #A75582: hue angle of 327.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75582 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16785130-
CMYK00.490.220.35
HSL327.07º32.54%49.41%-
HSV(B)327.07º49.1%65.49%-
XYZ23.2116.3223.05-
YUV114.65136.67165.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=43.72%
G=22.25%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678513000.490.220.35327.0732.5449.41
HexA7558203116231472131
Octal24712520206126435074161
Binary10100111101010110000010011000110110100011101000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75582; }

 p { color: rgb(167,85,130); }

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

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

 a { background-color: rgb(167,85,130); }

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

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

 span { border-color: rgb(167,85,130); }

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