#A14579

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

Shades of Royal Heath #A14579

Tints of Royal Heath #A14579

Color information

#A14579 (or 0xA14579) is unknown color: approx Royal Heath. HEX triplet: A1, 45 and 79. RGB value is (161,69,121). Sum of RGB (Red+Green+Blue) = 161+69+121=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A14579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14579 is #5EBA86. Grayscale: #666666. Windows color (decimal): -6208135 or 7947681. OLE color: 7947681.

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

Color convert

RGB16169121-
CMYK00.570.250.37
HSL326.09º40%45.1%-
HSV(B)326.09º57.14%63.14%-
XYZ20.2813.2119.57-
YUV102.44138.48169.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=45.87%
G=19.66%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616912100.570.250.37326.094045.1
HexA145790391925146282d
Octal24110517107131455065055
Binary1010000110001011111001011100111001100101101000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14579; }

 p { color: rgb(161,69,121); }

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

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

 a { background-color: rgb(161,69,121); }

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

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

 span { border-color: rgb(161,69,121); }

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