#A34774

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

Shades of Royal Heath #A34774

Tints of Royal Heath #A34774

Color information

#A34774 (or 0xA34774) is unknown color: approx Royal Heath. HEX triplet: A3, 47 and 74. RGB value is (163,71,116). Sum of RGB (Red+Green+Blue) = 163+71+116=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A34774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34774 is #5CB88B. Grayscale: #676767. Windows color (decimal): -6076556 or 7620515. OLE color: 7620515.

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

Color convert

RGB16371116-
CMYK00.560.290.36
HSL330.65º39.32%45.88%-
HSV(B)330.65º56.44%63.92%-
XYZ20.5113.5518.06-
YUV103.64134.98170.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=46.57%
G=20.29%
B=33.14%

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
Decimal1637111600.560.290.36330.6539.3245.88
HexA347740381D2414b272e
Octal24310716407035445134756
Binary1010001110001111110100011100011101100100101001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34774; }

 p { color: rgb(163,71,116); }

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

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

 a { background-color: rgb(163,71,116); }

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

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

 span { border-color: rgb(163,71,116); }

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