#A3547D

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

Shades of Royal Heath #A3547D

Tints of Royal Heath #A3547D

Color information

#A3547D (or 0xA3547D) is unknown color: approx Royal Heath. HEX triplet: A3, 54 and 7D. RGB value is (163,84,125). Sum of RGB (Red+Green+Blue) = 163+84+125=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3547D is #5CAB82. Grayscale: #707070. Windows color (decimal): -6073219 or 8213667. OLE color: 8213667.

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

Color convert

RGB16384125-
CMYK00.480.230.36
HSL328.86º31.98%48.43%-
HSV(B)328.86º48.47%63.92%-
XYZ21.9815.6121.26-
YUV112.29135.17164.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=43.82%
G=22.58%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638412500.480.230.36328.8631.9848.43
HexA3547D03017241492030
Octal24312417506027445114060
Binary1010001110101001111101011000010111100100101001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3547D; }

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

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

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

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

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

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

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

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