#A74874

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

Shades of Royal Heath #A74874

Tints of Royal Heath #A74874

Color information

#A74874 (or 0xA74874) is unknown color: approx Royal Heath. HEX triplet: A7, 48 and 74. RGB value is (167,72,116). Sum of RGB (Red+Green+Blue) = 167+72+116=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A74874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74874 is #58B78B. Grayscale: #696969. Windows color (decimal): -5814156 or 7620775. OLE color: 7620775.

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

Color convert

RGB16772116-
CMYK00.570.310.35
HSL332.21º39.75%46.86%-
HSV(B)332.21º56.89%65.49%-
XYZ21.4114.1118.12-
YUV105.42133.97171.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=47.04%
G=20.28%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677211600.570.310.35332.2139.7546.86
HexA748740391F2314c282f
Octal24711016407137435145057
Binary1010011110010001110100011100111111100011101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74874; }

 p { color: rgb(167,72,116); }

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

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

 a { background-color: rgb(167,72,116); }

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

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

 span { border-color: rgb(167,72,116); }

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