#A4557A

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

Shades of Royal Heath #A4557A

Tints of Royal Heath #A4557A

Color information

#A4557A (or 0xA4557A) is unknown color: approx Royal Heath. HEX triplet: A4, 55 and 7A. RGB value is (164,85,122). Sum of RGB (Red+Green+Blue) = 164+85+122=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557A is #5BAA85. Grayscale: #707070. Windows color (decimal): -6007430 or 8017316. OLE color: 8017316.

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

Color convert

RGB16485122-
CMYK00.480.260.36
HSL331.9º31.73%48.82%-
HSV(B)331.9º48.17%64.31%-
XYZ22.0715.7920.3-
YUV112.84133.17164.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=44.20%
G=22.91%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648512200.480.260.36331.931.7348.82
HexA4557A0301A2414c2031
Octal24412517206032445144061
Binary1010010010101011111010011000011010100100101001100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4557A; }

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

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

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

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

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

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

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

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