#A4547B

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

Shades of Royal Heath #A4547B

Tints of Royal Heath #A4547B

Color information

#A4547B (or 0xA4547B) is unknown color: approx Royal Heath. HEX triplet: A4, 54 and 7B. RGB value is (164,84,123). Sum of RGB (Red+Green+Blue) = 164+84+123=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4547B is #5BAB84. Grayscale: #707070. Windows color (decimal): -6007685 or 8082596. OLE color: 8082596.

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

Color convert

RGB16484123-
CMYK00.490.250.36
HSL330.75º32.26%48.63%-
HSV(B)330.75º48.78%64.31%-
XYZ22.0615.6620.6-
YUV112.37134164.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=44.20%
G=22.64%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648412300.490.250.36330.7532.2648.63
HexA4547B031192414b2031
Octal24412417306131445134061
Binary1010010010101001111011011000111001100100101001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4547B; }

 p { color: rgb(164,84,123); }

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

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

 a { background-color: rgb(164,84,123); }

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

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

 span { border-color: rgb(164,84,123); }

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