#A34E71

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

Shades of Royal Heath #A34E71

Tints of Royal Heath #A34E71

Color information

#A34E71 (or 0xA34E71) is unknown color: approx Royal Heath. HEX triplet: A3, 4E and 71. RGB value is (163,78,113). Sum of RGB (Red+Green+Blue) = 163+78+113=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E71 is #5CB18E. Grayscale: #6B6B6B. Windows color (decimal): -6074767 or 7425699. OLE color: 7425699.

HSL color Cylindrical-coordinate representation of color #A34E71: hue angle of 335.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A34E71 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16378113-
CMYK00.520.310.36
HSL335.29º35.27%47.25%-
HSV(B)335.29º52.15%63.92%-
XYZ20.8114.4317.31-
YUV107.4131.16167.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=46.05%
G=22.03%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637811300.520.310.36335.2935.2747.25
HexA34E710341F2414f232f
Octal24311616106437445174357
Binary1010001110011101110001011010011111100100101001111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E71; }

 p { color: rgb(163,78,113); }

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

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

 a { background-color: rgb(163,78,113); }

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

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

 span { border-color: rgb(163,78,113); }

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