#A7477B

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

Shades of Royal Heath #A7477B

Tints of Royal Heath #A7477B

Color information

#A7477B (or 0xA7477B) is unknown color: approx Royal Heath. HEX triplet: A7, 47 and 7B. RGB value is (167,71,123). Sum of RGB (Red+Green+Blue) = 167+71+123=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477B is #58B884. Grayscale: #696969. Windows color (decimal): -5814405 or 8079271. OLE color: 8079271.

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

Color convert

RGB16771123-
CMYK00.570.260.35
HSL327.5º40.34%46.67%-
HSV(B)327.5º57.49%65.49%-
XYZ21.7614.1520.32-
YUV105.63137.8171.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=46.26%
G=19.67%
B=34.07%

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
Decimal1677112300.570.260.35327.540.3446.67
HexA7477B0391A23148282f
Octal24710717307132435105057
Binary1010011110001111111011011100111010100011101001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7477B; }

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

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

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

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

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

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

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

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