#A44F72

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

Shades of Royal Heath #A44F72

Tints of Royal Heath #A44F72

Color information

#A44F72 (or 0xA44F72) is unknown color: approx Royal Heath. HEX triplet: A4, 4F and 72. RGB value is (164,79,114). Sum of RGB (Red+Green+Blue) = 164+79+114=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F72 is #5BB08D. Grayscale: #6C6C6C. Windows color (decimal): -6008974 or 7491492. OLE color: 7491492.

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

Color convert

RGB16479114-
CMYK00.520.300.36
HSL335.29º34.98%47.65%-
HSV(B)335.29º51.83%64.31%-
XYZ21.1414.717.64-
YUV108.4131.16167.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=45.94%
G=22.13%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647911400.520.300.36335.2934.9847.65
HexA44F720341E2414f2330
Octal24411716206436445174360
Binary1010010010011111110010011010011110100100101001111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F72; }

 p { color: rgb(164,79,114); }

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

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

 a { background-color: rgb(164,79,114); }

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

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

 span { border-color: rgb(164,79,114); }

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