#A44E81

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

Shades of Royal Heath #A44E81

Tints of Royal Heath #A44E81

Color information

#A44E81 (or 0xA44E81) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 81. RGB value is (164,78,129). Sum of RGB (Red+Green+Blue) = 164+78+129=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E81 is #5BB17E. Grayscale: #6D6D6D. Windows color (decimal): -6009215 or 8474276. OLE color: 8474276.

HSL color Cylindrical-coordinate representation of color #A44E81: hue angle of 324.42º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E81 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16478129-
CMYK00.520.210.36
HSL324.42º35.54%47.45%-
HSV(B)324.42º52.44%64.31%-
XYZ2214.9322.49-
YUV109.53138.99166.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=44.20%
G=21.02%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647812900.520.210.36324.4235.5447.45
HexA44E810341524144242f
Octal24411620106425445044457
Binary10100100100111010000001011010010101100100101000100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E81; }

 p { color: rgb(164,78,129); }

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

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

 a { background-color: rgb(164,78,129); }

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

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

 span { border-color: rgb(164,78,129); }

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