#A34A73

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

Shades of Royal Heath #A34A73

Tints of Royal Heath #A34A73

Color information

#A34A73 (or 0xA34A73) is unknown color: approx Royal Heath. HEX triplet: A3, 4A and 73. RGB value is (163,74,115). Sum of RGB (Red+Green+Blue) = 163+74+115=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A73 is #5CB58C. Grayscale: #696969. Windows color (decimal): -6075789 or 7555747. OLE color: 7555747.

HSL color Cylindrical-coordinate representation of color #A34A73: hue angle of 332.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A73 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16374115-
CMYK00.550.290.36
HSL332.36º37.55%46.47%-
HSV(B)332.36º54.6%63.92%-
XYZ20.6513.9217.82-
YUV105.28133.49169.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=46.31%
G=21.02%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637411500.550.290.36332.3637.5546.47
HexA34A730371D2414c262e
Octal24311216306735445144656
Binary1010001110010101110011011011111101100100101001100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A73; }

 p { color: rgb(163,74,115); }

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

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

 a { background-color: rgb(163,74,115); }

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

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

 span { border-color: rgb(163,74,115); }

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