#A34873

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

Shades of Royal Heath #A34873

Tints of Royal Heath #A34873

Color information

#A34873 (or 0xA34873) is unknown color: approx Royal Heath. HEX triplet: A3, 48 and 73. RGB value is (163,72,115). Sum of RGB (Red+Green+Blue) = 163+72+115=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A34873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34873 is #5CB78C. Grayscale: #686868. Windows color (decimal): -6076301 or 7555235. OLE color: 7555235.

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

Color convert

RGB16372115-
CMYK00.560.290.36
HSL331.65º38.72%46.08%-
HSV(B)331.65º55.83%63.92%-
XYZ20.5213.6617.77-
YUV104.11134.15170-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=46.57%
G=20.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637211500.560.290.36331.6538.7246.08
HexA348730381D2414c272e
Octal24311016307035445144756
Binary1010001110010001110011011100011101100100101001100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34873; }

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

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

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

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

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

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

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

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