#A3547A

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

Shades of Royal Heath #A3547A

Tints of Royal Heath #A3547A

Color information

#A3547A (or 0xA3547A) is unknown color: approx Royal Heath. HEX triplet: A3, 54 and 7A. RGB value is (163,84,122). Sum of RGB (Red+Green+Blue) = 163+84+122=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3547A is #5CAB85. Grayscale: #6F6F6F. Windows color (decimal): -6073222 or 8017059. OLE color: 8017059.

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

Color convert

RGB16384122-
CMYK00.480.250.36
HSL331.14º31.98%48.43%-
HSV(B)331.14º48.47%63.92%-
XYZ21.7915.5320.26-
YUV111.95133.67164.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=44.17%
G=22.76%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638412200.480.250.36331.1431.9848.43
HexA3547A030192414b2030
Octal24312417206031445134060
Binary1010001110101001111010011000011001100100101001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3547A; }

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

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

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

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

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

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

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

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