#A7477C

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

Shades of Royal Heath #A7477C

Tints of Royal Heath #A7477C

Color information

#A7477C (or 0xA7477C) is unknown color: approx Royal Heath. HEX triplet: A7, 47 and 7C. RGB value is (167,71,124). Sum of RGB (Red+Green+Blue) = 167+71+124=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477C is #58B883. Grayscale: #696969. Windows color (decimal): -5814404 or 8144807. OLE color: 8144807.

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

Color convert

RGB16771124-
CMYK00.570.260.35
HSL326.88º40.34%46.67%-
HSV(B)326.88º57.49%65.49%-
XYZ21.8314.1820.65-
YUV105.75138.3171.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=46.13%
G=19.61%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677112400.570.260.35326.8840.3446.67
HexA7477C0391A23147282f
Octal24710717407132435075057
Binary1010011110001111111100011100111010100011101000111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7477C; }

 p { color: rgb(167,71,124); }

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

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

 a { background-color: rgb(167,71,124); }

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

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

 span { border-color: rgb(167,71,124); }

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