#A34872

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

Shades of Royal Heath #A34872

Tints of Royal Heath #A34872

Color information

#A34872 (or 0xA34872) is unknown color: approx Royal Heath. HEX triplet: A3, 48 and 72. RGB value is (163,72,114). Sum of RGB (Red+Green+Blue) = 163+72+114=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34872 is #5CB78D. Grayscale: #676767. Windows color (decimal): -6076302 or 7489699. OLE color: 7489699.

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

Color convert

RGB16372114-
CMYK00.560.300.36
HSL332.31º38.72%46.08%-
HSV(B)332.31º55.83%63.92%-
XYZ20.4613.6417.47-
YUV104133.65170.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=46.70%
G=20.63%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637211400.560.300.36332.3138.7246.08
HexA348720381E2414c272e
Octal24311016207036445144756
Binary1010001110010001110010011100011110100100101001100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34872; }

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

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

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

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

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

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

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

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