#A95574

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

Shades of Royal Heath #A95574

Tints of Royal Heath #A95574

Color information

#A95574 (or 0xA95574) is unknown color: approx Royal Heath. HEX triplet: A9, 55 and 74. RGB value is (169,85,116). Sum of RGB (Red+Green+Blue) = 169+85+116=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95574 is #56AA8B. Grayscale: #717171. Windows color (decimal): -5679756 or 7624105. OLE color: 7624105.

HSL color Cylindrical-coordinate representation of color #A95574: hue angle of 337.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95574 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16985116-
CMYK00.500.310.34
HSL337.86º33.07%49.8%-
HSV(B)337.86º49.7%66.27%-
XYZ22.7616.1918.45-
YUV113.65129.33167.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=45.68%
G=22.97%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698511600.500.310.34337.8633.0749.8
HexA955740321F221522132
Octal25112516406237425224162
Binary1010100110101011110100011001011111100010101010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95574; }

 p { color: rgb(169,85,116); }

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

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

 a { background-color: rgb(169,85,116); }

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

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

 span { border-color: rgb(169,85,116); }

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