#A9457D

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

Shades of Royal Heath #A9457D

Tints of Royal Heath #A9457D

Color information

#A9457D (or 0xA9457D) is unknown color: approx Royal Heath. HEX triplet: A9, 45 and 7D. RGB value is (169,69,125). Sum of RGB (Red+Green+Blue) = 169+69+125=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9457D is #56BA82. Grayscale: #696969. Windows color (decimal): -5683843 or 8209833. OLE color: 8209833.

HSL color Cylindrical-coordinate representation of color #A9457D: hue angle of 326.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9457D is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16969125-
CMYK00.590.260.34
HSL326.4º42.02%46.67%-
HSV(B)326.4º59.17%66.27%-
XYZ22.1914.1720.97-
YUV105.28139.13173.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=46.56%
G=19.01%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696912500.590.260.34326.442.0246.67
HexA9457D03B1A221462a2f
Octal25110517507332425065257
Binary1010100110001011111101011101111010100010101000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9457D; }

 p { color: rgb(169,69,125); }

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

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

 a { background-color: rgb(169,69,125); }

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

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

 span { border-color: rgb(169,69,125); }

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