#A74F84

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

Shades of Royal Heath #A74F84

Tints of Royal Heath #A74F84

Color information

#A74F84 (or 0xA74F84) is unknown color: approx Royal Heath. HEX triplet: A7, 4F and 84. RGB value is (167,79,132). Sum of RGB (Red+Green+Blue) = 167+79+132=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F84 is #58B07B. Grayscale: #6F6F6F. Windows color (decimal): -5812348 or 8671143. OLE color: 8671143.

HSL color Cylindrical-coordinate representation of color #A74F84: hue angle of 323.86º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74F84 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16779132-
CMYK00.530.210.35
HSL323.86º35.77%48.24%-
HSV(B)323.86º52.69%65.49%-
XYZ22.915.4723.61-
YUV111.35139.65167.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=44.18%
G=20.90%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677913200.530.210.35323.8635.7748.24
HexA74F8403515231442430
Octal24711720406525435044460
Binary10100111100111110000100011010110101100011101000100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F84; }

 p { color: rgb(167,79,132); }

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

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

 a { background-color: rgb(167,79,132); }

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

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

 span { border-color: rgb(167,79,132); }

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