#A44E85

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

Shades of Royal Heath #A44E85

Tints of Royal Heath #A44E85

Color information

#A44E85 (or 0xA44E85) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 85. RGB value is (164,78,133). Sum of RGB (Red+Green+Blue) = 164+78+133=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E85 is #5BB17A. Grayscale: #6D6D6D. Windows color (decimal): -6009211 or 8736420. OLE color: 8736420.

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

Color convert

RGB16478133-
CMYK00.520.190.36
HSL321.63º35.54%47.45%-
HSV(B)321.63º52.44%64.31%-
XYZ22.2715.0323.92-
YUV109.98140.99166.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=43.73%
G=20.8%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813300.520.190.36321.6335.5447.45
HexA44E850341324142242f
Octal24411620506423445024457
Binary10100100100111010000101011010010011100100101000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E85; }

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

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

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

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

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

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

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

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