#A9457F

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

Shades of Royal Heath #A9457F

Tints of Royal Heath #A9457F

Color information

#A9457F (or 0xA9457F) is unknown color: approx Royal Heath. HEX triplet: A9, 45 and 7F. RGB value is (169,69,127). Sum of RGB (Red+Green+Blue) = 169+69+127=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9457F is #56BA80. Grayscale: #696969. Windows color (decimal): -5683841 or 8340905. OLE color: 8340905.

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

Color convert

RGB16969127-
CMYK00.590.250.34
HSL325.2º42.02%46.67%-
HSV(B)325.2º59.17%66.27%-
XYZ22.3214.2221.65-
YUV105.51140.13173.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 127 (50% from 255) = 34.79%
R=46.30%
G=18.90%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696912700.590.250.34325.242.0246.67
HexA9457F03B19221452a2f
Octal25110517707331425055257
Binary1010100110001011111111011101111001100010101000101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9457F; }

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

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

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

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

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

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

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

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