#A44C84

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

Shades of Royal Heath #A44C84

Tints of Royal Heath #A44C84

Color information

#A44C84 (or 0xA44C84) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 84. RGB value is (164,76,132). Sum of RGB (Red+Green+Blue) = 164+76+132=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C84 is #5BB37B. Grayscale: #6C6C6C. Windows color (decimal): -6009724 or 8670372. OLE color: 8670372.

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

Color convert

RGB16476132-
CMYK00.540.200.36
HSL321.82º36.67%47.06%-
HSV(B)321.82º53.66%64.31%-
XYZ22.0614.7323.51-
YUV108.7141.15167.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=44.09%
G=20.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647613200.540.200.36321.8236.6747.06
HexA44C840361424142252f
Octal24411420406624445024557
Binary10100100100110010000100011011010100100100101000010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C84; }

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

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

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

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

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

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

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

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