#A34977

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

Shades of Royal Heath #A34977

Tints of Royal Heath #A34977

Color information

#A34977 (or 0xA34977) is unknown color: approx Royal Heath. HEX triplet: A3, 49 and 77. RGB value is (163,73,119). Sum of RGB (Red+Green+Blue) = 163+73+119=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A34977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34977 is #5CB688. Grayscale: #696969. Windows color (decimal): -6076041 or 7817635. OLE color: 7817635.

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

Color convert

RGB16373119-
CMYK00.550.270.36
HSL329.33º38.14%46.27%-
HSV(B)329.33º55.21%63.92%-
XYZ20.8213.8819.04-
YUV105.15135.82169.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=45.92%
G=20.56%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637311900.550.270.36329.3338.1446.27
HexA349770371B24149262e
Octal24311116706733445114656
Binary1010001110010011110111011011111011100100101001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34977; }

 p { color: rgb(163,73,119); }

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

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

 a { background-color: rgb(163,73,119); }

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

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

 span { border-color: rgb(163,73,119); }

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