#A4557D

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

Shades of Royal Heath #A4557D

Tints of Royal Heath #A4557D

Color information

#A4557D (or 0xA4557D) is unknown color: approx Royal Heath. HEX triplet: A4, 55 and 7D. RGB value is (164,85,125). Sum of RGB (Red+Green+Blue) = 164+85+125=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4557D is #5BAA82. Grayscale: #717171. Windows color (decimal): -6007427 or 8213924. OLE color: 8213924.

HSL color Cylindrical-coordinate representation of color #A4557D: hue angle of 329.62º 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 #A4557D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16485125-
CMYK00.480.240.36
HSL329.62º31.73%48.82%-
HSV(B)329.62º48.17%64.31%-
XYZ22.2615.8721.29-
YUV113.18134.67164.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=43.85%
G=22.73%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648512500.480.240.36329.6231.7348.82
HexA4557D030182414a2031
Octal24412517506030445124061
Binary1010010010101011111101011000011000100100101001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4557D; }

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

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

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

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

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

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

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

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