#A74978

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

Shades of Royal Heath #A74978

Tints of Royal Heath #A74978

Color information

#A74978 (or 0xA74978) is unknown color: approx Royal Heath. HEX triplet: A7, 49 and 78. RGB value is (167,73,120). Sum of RGB (Red+Green+Blue) = 167+73+120=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A74978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74978 is #58B687. Grayscale: #6A6A6A. Windows color (decimal): -5813896 or 7883175. OLE color: 7883175.

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

Color convert

RGB16773120-
CMYK00.560.280.35
HSL330º39.17%47.06%-
HSV(B)330º56.29%65.49%-
XYZ21.7114.3419.39-
YUV106.46135.64171.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=46.39%
G=20.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677312000.560.280.3533039.1747.06
HexA749780381C2314a272f
Octal24711117007034435124757
Binary1010011110010011111000011100011100100011101001010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74978; }

 p { color: rgb(167,73,120); }

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

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

 a { background-color: rgb(167,73,120); }

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

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

 span { border-color: rgb(167,73,120); }

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