#A44F7A

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

Shades of Royal Heath #A44F7A

Tints of Royal Heath #A44F7A

Color information

#A44F7A (or 0xA44F7A) is unknown color: approx Royal Heath. HEX triplet: A4, 4F and 7A. RGB value is (164,79,122). Sum of RGB (Red+Green+Blue) = 164+79+122=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F7A is #5BB085. Grayscale: #6D6D6D. Windows color (decimal): -6008966 or 8015780. OLE color: 8015780.

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

Color convert

RGB16479122-
CMYK00.520.260.36
HSL329.65º34.98%47.65%-
HSV(B)329.65º51.83%64.31%-
XYZ21.6214.8920.15-
YUV109.32135.16167-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=44.93%
G=21.64%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647912200.520.260.36329.6534.9847.65
HexA44F7A0341A2414a2330
Octal24411717206432445124360
Binary1010010010011111111010011010011010100100101001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F7A; }

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

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

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

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

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

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

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

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