#A4477B

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

Shades of Royal Heath #A4477B

Tints of Royal Heath #A4477B

Color information

#A4477B (or 0xA4477B) is unknown color: approx Royal Heath. HEX triplet: A4, 47 and 7B. RGB value is (164,71,123). Sum of RGB (Red+Green+Blue) = 164+71+123=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4477B is #5BB884. Grayscale: #686868. Windows color (decimal): -6011013 or 8079268. OLE color: 8079268.

HSL color Cylindrical-coordinate representation of color #A4477B: hue angle of 326.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4477B is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16471123-
CMYK00.570.250.36
HSL326.45º39.57%46.08%-
HSV(B)326.45º56.71%64.31%-
XYZ21.1413.8320.29-
YUV104.74138.31170.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=45.81%
G=19.83%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647112300.570.250.36326.4539.5746.08
HexA4477B0391924146282e
Octal24410717307131445065056
Binary1010010010001111111011011100111001100100101000110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4477B; }

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

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

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

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

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

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

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

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