#A4447A

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

Shades of Royal Heath #A4447A

Tints of Royal Heath #A4447A

Color information

#A4447A (or 0xA4447A) is unknown color: approx Royal Heath. HEX triplet: A4, 44 and 7A. RGB value is (164,68,122). Sum of RGB (Red+Green+Blue) = 164+68+122=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4447A is #5BBB85. Grayscale: #666666. Windows color (decimal): -6011782 or 8012964. OLE color: 8012964.

HSL color Cylindrical-coordinate representation of color #A4447A: hue angle of 326.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4447A is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16468122-
CMYK00.590.260.36
HSL326.25º41.38%45.49%-
HSV(B)326.25º58.54%64.31%-
XYZ20.8913.4319.9-
YUV102.86138.8171.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=46.33%
G=19.21%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646812200.590.260.36326.2541.3845.49
HexA4447A03B1A24146292d
Octal24410417207332445065155
Binary1010010010001001111010011101111010100100101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4447A; }

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

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

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

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

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

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

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

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