#A74472

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

Shades of Royal Heath #A74472

Tints of Royal Heath #A74472

Color information

#A74472 (or 0xA74472) is unknown color: approx Royal Heath. HEX triplet: A7, 44 and 72. RGB value is (167,68,114). Sum of RGB (Red+Green+Blue) = 167+68+114=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A74472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74472 is #58BB8D. Grayscale: #666666. Windows color (decimal): -5815182 or 7488679. OLE color: 7488679.

HSL color Cylindrical-coordinate representation of color #A74472: hue angle of 332.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74472 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16768114-
CMYK00.590.320.35
HSL332.12º42.13%46.08%-
HSV(B)332.12º59.28%65.49%-
XYZ21.0413.5617.43-
YUV102.84134.3173.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=47.85%
G=19.48%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676811400.590.320.35332.1242.1346.08
HexA7447203B202314c2a2e
Octal24710416207340435145256
Binary10100111100010011100100111011100000100011101001100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74472; }

 p { color: rgb(167,68,114); }

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

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

 a { background-color: rgb(167,68,114); }

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

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

 span { border-color: rgb(167,68,114); }

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