#A44E84

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

Shades of Royal Heath #A44E84

Tints of Royal Heath #A44E84

Color information

#A44E84 (or 0xA44E84) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 84. RGB value is (164,78,132). Sum of RGB (Red+Green+Blue) = 164+78+132=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E84 is #5BB17B. Grayscale: #6D6D6D. Windows color (decimal): -6009212 or 8670884. OLE color: 8670884.

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

Color convert

RGB16478132-
CMYK00.520.200.36
HSL322.33º35.54%47.45%-
HSV(B)322.33º52.44%64.31%-
XYZ22.215.0123.56-
YUV109.87140.49166.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=43.85%
G=20.86%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813200.520.200.36322.3335.5447.45
HexA44E840341424142242f
Octal24411620406424445024457
Binary10100100100111010000100011010010100100100101000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E84; }

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

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

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

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

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

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

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

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