#A74E7A

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

Shades of Royal Heath #A74E7A

Tints of Royal Heath #A74E7A

Color information

#A74E7A (or 0xA74E7A) is unknown color: approx Royal Heath. HEX triplet: A7, 4E and 7A. RGB value is (167,78,122). Sum of RGB (Red+Green+Blue) = 167+78+122=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74E7A is #58B185. Grayscale: #6D6D6D. Windows color (decimal): -5812614 or 8015527. OLE color: 8015527.

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

Color convert

RGB16778122-
CMYK00.530.270.35
HSL330.34º36.33%48.04%-
HSV(B)330.34º53.29%65.49%-
XYZ22.1715.0720.15-
YUV109.63134.99168.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=45.50%
G=21.25%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677812200.530.270.35330.3436.3348.04
HexA74E7A0351B2314a2430
Octal24711617206533435124460
Binary1010011110011101111010011010111011100011101001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E7A; }

 p { color: rgb(167,78,122); }

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

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

 a { background-color: rgb(167,78,122); }

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

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

 span { border-color: rgb(167,78,122); }

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