#A8477D

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

Shades of Royal Heath #A8477D

Tints of Royal Heath #A8477D

Color information

#A8477D (or 0xA8477D) is unknown color: approx Royal Heath. HEX triplet: A8, 47 and 7D. RGB value is (168,71,125). Sum of RGB (Red+Green+Blue) = 168+71+125=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8477D is #57B882. Grayscale: #6A6A6A. Windows color (decimal): -5748867 or 8210344. OLE color: 8210344.

HSL color Cylindrical-coordinate representation of color #A8477D: hue angle of 326.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8477D is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16871125-
CMYK00.580.260.34
HSL326.6º40.59%46.86%-
HSV(B)326.6º57.74%65.88%-
XYZ22.114.3121-
YUV106.16138.64172.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=46.15%
G=19.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687112500.580.260.34326.640.5946.86
HexA8477D03A1A22147292f
Octal25010717507232425075157
Binary1010100010001111111101011101011010100010101000111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8477D; }

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

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

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

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

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

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

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

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