#A4477C

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

Shades of Royal Heath #A4477C

Tints of Royal Heath #A4477C

Color information

#A4477C (or 0xA4477C) is unknown color: approx Royal Heath. HEX triplet: A4, 47 and 7C. RGB value is (164,71,124). Sum of RGB (Red+Green+Blue) = 164+71+124=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4477C is #5BB883. Grayscale: #686868. Windows color (decimal): -6011012 or 8144804. OLE color: 8144804.

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

Color convert

RGB16471124-
CMYK00.570.240.36
HSL325.81º39.57%46.08%-
HSV(B)325.81º56.71%64.31%-
XYZ21.213.8520.63-
YUV104.85138.81170.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=45.68%
G=19.78%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647112400.570.240.36325.8139.5746.08
HexA4477C0391824146282e
Octal24410717407130445065056
Binary1010010010001111111100011100111000100100101000110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4477C; }

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

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

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

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

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

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

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

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