#a74870

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

Shades of Royal Heath #A74870

Tints of Royal Heath #A74870

Color information

#A74870 (or 0xA74870) is unknown color: approx Royal Heath. HEX triplet: A7, 48 and 70. RGB value is (167,72,112). Sum of RGB (Red+Green+Blue) = 167+72+112=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A74870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74870 is #58B78F. Grayscale: #686868. Windows color (decimal): -5814160 or 7358631. OLE color: 7358631.

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

Color convert

RGB16772112-
CMYK00.570.330.35
HSL334.74º39.75%46.86%-
HSV(B)334.74º56.89%65.49%-
XYZ21.1814.0216.92-
YUV104.96131.97172.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=47.58%
G=20.51%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677211200.570.330.35334.7439.7546.86
HexA74870039212314f282f
Octal24711016007141435175057
Binary10100111100100011100000111001100001100011101001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74870; }

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

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

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

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

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

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

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

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