#A3547C

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

Shades of Royal Heath #A3547C

Tints of Royal Heath #A3547C

Color information

#A3547C (or 0xA3547C) is unknown color: approx Royal Heath. HEX triplet: A3, 54 and 7C. RGB value is (163,84,124). Sum of RGB (Red+Green+Blue) = 163+84+124=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3547C is #5CAB83. Grayscale: #707070. Windows color (decimal): -6073220 or 8148131. OLE color: 8148131.

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

Color convert

RGB16384124-
CMYK00.480.240.36
HSL329.62º31.98%48.43%-
HSV(B)329.62º48.47%63.92%-
XYZ21.9115.5820.92-
YUV112.18134.67164.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=43.94%
G=22.64%
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
Decimal1638412400.480.240.36329.6231.9848.43
HexA3547C030182414a2030
Octal24312417406030445124060
Binary1010001110101001111100011000011000100100101001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3547C; }

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

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

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

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

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

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

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

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