#A8447A

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

Shades of Royal Heath #A8447A

Tints of Royal Heath #A8447A

Color information

#A8447A (or 0xA8447A) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 7A. RGB value is (168,68,122). Sum of RGB (Red+Green+Blue) = 168+68+122=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447A is #57BB85. Grayscale: #676767. Windows color (decimal): -5749638 or 8012968. OLE color: 8012968.

HSL color Cylindrical-coordinate representation of color #A8447A: hue angle of 327.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8447A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16868122-
CMYK00.600.270.34
HSL327.6º42.37%46.27%-
HSV(B)327.6º59.52%65.88%-
XYZ21.7313.8619.94-
YUV104.06138.13173.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=46.93%
G=18.99%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686812200.600.270.34327.642.3746.27
HexA8447A03C1B221482a2e
Octal25010417207433425105256
Binary1010100010001001111010011110011011100010101001000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8447A; }

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

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

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

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

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

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

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

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