#A74880

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

Shades of Royal Heath #A74880

Tints of Royal Heath #A74880

Color information

#A74880 (or 0xA74880) is unknown color: approx Royal Heath. HEX triplet: A7, 48 and 80. RGB value is (167,72,128). Sum of RGB (Red+Green+Blue) = 167+72+128=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74880 is #58B77F. Grayscale: #6A6A6A. Windows color (decimal): -5814144 or 8407207. OLE color: 8407207.

HSL color Cylindrical-coordinate representation of color #A74880: hue angle of 324.63º 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 #A74880 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16772128-
CMYK00.570.230.35
HSL324.63º39.75%46.86%-
HSV(B)324.63º56.89%65.49%-
XYZ22.1514.4122.04-
YUV106.79139.97170.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=45.50%
G=19.62%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677212800.570.230.35324.6339.7546.86
HexA748800391723145282f
Octal24711020007127435055057
Binary10100111100100010000000011100110111100011101000101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74880; }

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

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

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

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

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

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

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

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