#A95475

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

Shades of Royal Heath #A95475

Tints of Royal Heath #A95475

Color information

#A95475 (or 0xA95475) is unknown color: approx Royal Heath. HEX triplet: A9, 54 and 75. RGB value is (169,84,117). Sum of RGB (Red+Green+Blue) = 169+84+117=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95475 is #56AB8A. Grayscale: #717171. Windows color (decimal): -5680011 or 7689385. OLE color: 7689385.

HSL color Cylindrical-coordinate representation of color #A95475: hue angle of 336.71º degrees, saturation: 0.34, 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 #A95475 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16984117-
CMYK00.500.310.34
HSL336.71º33.6%49.61%-
HSV(B)336.71º50.3%66.27%-
XYZ22.7416.0618.73-
YUV113.18130.16167.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=45.68%
G=22.70%
B=31.62%

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
Decimal1698411700.500.310.34336.7133.649.61
HexA954750321F221512232
Octal25112416506237425214262
Binary1010100110101001110101011001011111100010101010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95475; }

 p { color: rgb(169,84,117); }

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

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

 a { background-color: rgb(169,84,117); }

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

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

 span { border-color: rgb(169,84,117); }

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