#A2577A

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

Shades of Royal Heath #A2577A

Tints of Royal Heath #A2577A

Color information

#A2577A (or 0xA2577A) is unknown color: approx Royal Heath. HEX triplet: A2, 57 and 7A. RGB value is (162,87,122). Sum of RGB (Red+Green+Blue) = 162+87+122=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2577A is #5DA885. Grayscale: #717171. Windows color (decimal): -6137990 or 8017826. OLE color: 8017826.

HSL color Cylindrical-coordinate representation of color #A2577A: hue angle of 332º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2577A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16287122-
CMYK00.460.250.36
HSL332º30.12%48.82%-
HSV(B)332º46.3%63.53%-
XYZ21.8215.920.33-
YUV113.42132.85162.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=43.67%
G=23.45%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628712200.460.250.3633230.1248.82
HexA2577A02E192414c1e31
Octal24212717205631445143661
Binary101000101010111111101001011101100110010010100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2577A; }

 p { color: rgb(162,87,122); }

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

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

 a { background-color: rgb(162,87,122); }

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

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

 span { border-color: rgb(162,87,122); }

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