#A9517D

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

Shades of Royal Heath #A9517D

Tints of Royal Heath #A9517D

Color information

#A9517D (or 0xA9517D) is unknown color: approx Royal Heath. HEX triplet: A9, 51 and 7D. RGB value is (169,81,125). Sum of RGB (Red+Green+Blue) = 169+81+125=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9517D is #56AE82. Grayscale: #707070. Windows color (decimal): -5680771 or 8212905. OLE color: 8212905.

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

Color convert

RGB16981125-
CMYK00.520.260.34
HSL330º35.2%49.02%-
HSV(B)330º52.07%66.27%-
XYZ23.0115.821.24-
YUV112.33135.15168.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=45.07%
G=21.6%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698112500.520.260.3433035.249.02
HexA9517D0341A2214a2331
Octal25112117506432425124361
Binary1010100110100011111101011010011010100010101001010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9517D; }

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

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

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

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

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

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

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

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