#A4547C

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

Shades of Royal Heath #A4547C

Tints of Royal Heath #A4547C

Color information

#A4547C (or 0xA4547C) is unknown color: approx Royal Heath. HEX triplet: A4, 54 and 7C. RGB value is (164,84,124). Sum of RGB (Red+Green+Blue) = 164+84+124=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4547C is #5BAB83. Grayscale: #707070. Windows color (decimal): -6007684 or 8148132. OLE color: 8148132.

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

Color convert

RGB16484124-
CMYK00.490.240.36
HSL330º32.26%48.63%-
HSV(B)330º48.78%64.31%-
XYZ22.1215.6920.93-
YUV112.48134.5164.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=44.09%
G=22.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648412400.490.240.3633032.2648.63
HexA4547C031182414a2031
Octal24412417406130445124061
Binary1010010010101001111100011000111000100100101001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4547C; }

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

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

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

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

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

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

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

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