#A7477D

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

Shades of Royal Heath #A7477D

Tints of Royal Heath #A7477D

Color information

#A7477D (or 0xA7477D) is unknown color: approx Royal Heath. HEX triplet: A7, 47 and 7D. RGB value is (167,71,125). Sum of RGB (Red+Green+Blue) = 167+71+125=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7477D is #58B882. Grayscale: #696969. Windows color (decimal): -5814403 or 8210343. OLE color: 8210343.

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

Color convert

RGB16771125-
CMYK00.570.250.35
HSL326.25º40.34%46.67%-
HSV(B)326.25º57.49%65.49%-
XYZ21.8914.220.99-
YUV105.86138.8171.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=46.01%
G=19.56%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677112500.570.250.35326.2540.3446.67
HexA7477D0391923146282f
Octal24710717507131435065057
Binary1010011110001111111101011100111001100011101000110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7477D; }

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

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

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

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

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

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

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

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