#A8447B

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

Shades of Royal Heath #A8447B

Tints of Royal Heath #A8447B

Color information

#A8447B (or 0xA8447B) is unknown color: approx Royal Heath. HEX triplet: A8, 44 and 7B. RGB value is (168,68,123). Sum of RGB (Red+Green+Blue) = 168+68+123=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447B is #57BB84. Grayscale: #686868. Windows color (decimal): -5749637 or 8078504. OLE color: 8078504.

HSL color Cylindrical-coordinate representation of color #A8447B: hue angle of 327º 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 #A8447B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16868123-
CMYK00.600.270.34
HSL327º42.37%46.27%-
HSV(B)327º59.52%65.88%-
XYZ21.7913.8920.27-
YUV104.17138.63173.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=46.80%
G=18.94%
B=34.26%

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
Decimal1686812300.600.270.3432742.3746.27
HexA8447B03C1B221472a2e
Octal25010417307433425075256
Binary1010100010001001111011011110011011100010101000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8447B; }

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

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

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

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

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

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

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

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