#A95171

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

Shades of Royal Heath #A95171

Tints of Royal Heath #A95171

Color information

#A95171 (or 0xA95171) is unknown color: approx Royal Heath. HEX triplet: A9, 51 and 71. RGB value is (169,81,113). Sum of RGB (Red+Green+Blue) = 169+81+113=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A95171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95171 is #56AE8E. Grayscale: #6E6E6E. Windows color (decimal): -5680783 or 7426473. OLE color: 7426473.

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

Color convert

RGB16981113-
CMYK00.520.330.34
HSL338.18º35.2%49.02%-
HSV(B)338.18º52.07%66.27%-
XYZ22.2915.5117.44-
YUV110.96129.15169.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=46.56%
G=22.31%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698111300.520.330.34338.1835.249.02
HexA9517103421221522331
Octal25112116106441425224361
Binary10101001101000111100010110100100001100010101010010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95171; }

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

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

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

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

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

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

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

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