#A34B71

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

Shades of Royal Heath #A34B71

Tints of Royal Heath #A34B71

Color information

#A34B71 (or 0xA34B71) is unknown color: approx Royal Heath. HEX triplet: A3, 4B and 71. RGB value is (163,75,113). Sum of RGB (Red+Green+Blue) = 163+75+113=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B71 is #5CB48E. Grayscale: #696969. Windows color (decimal): -6075535 or 7424931. OLE color: 7424931.

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

Color convert

RGB16375113-
CMYK00.540.310.36
HSL334.09º36.97%46.67%-
HSV(B)334.09º53.99%63.92%-
XYZ20.614.0117.24-
YUV105.64132.15168.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=46.44%
G=21.37%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637511300.540.310.36334.0936.9746.67
HexA34B710361F2414e252f
Octal24311316106637445164557
Binary1010001110010111110001011011011111100100101001110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B71; }

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

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

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

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

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

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

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

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