#A4477A

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

Shades of Royal Heath #A4477A

Tints of Royal Heath #A4477A

Color information

#A4477A (or 0xA4477A) is unknown color: approx Royal Heath. HEX triplet: A4, 47 and 7A. RGB value is (164,71,122). Sum of RGB (Red+Green+Blue) = 164+71+122=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4477A is #5BB885. Grayscale: #686868. Windows color (decimal): -6011014 or 8013732. OLE color: 8013732.

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

Color convert

RGB16471122-
CMYK00.570.260.36
HSL327.1º39.57%46.08%-
HSV(B)327.1º56.71%64.31%-
XYZ21.0813.819.97-
YUV104.62137.81170.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=45.94%
G=19.89%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647112200.570.260.36327.139.5746.08
HexA4477A0391A24147282e
Octal24410717207132445075056
Binary1010010010001111111010011100111010100100101000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4477A; }

 p { color: rgb(164,71,122); }

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

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

 a { background-color: rgb(164,71,122); }

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

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

 span { border-color: rgb(164,71,122); }

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