#A95871

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

Shades of Royal Heath #A95871

Tints of Royal Heath #A95871

Color information

#A95871 (or 0xA95871) is unknown color: approx Royal Heath. HEX triplet: A9, 58 and 71. RGB value is (169,88,113). Sum of RGB (Red+Green+Blue) = 169+88+113=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95871 is #56A78E. Grayscale: #737373. Windows color (decimal): -5678991 or 7428265. OLE color: 7428265.

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

Color convert

RGB16988113-
CMYK00.480.330.34
HSL341.48º32.02%50.39%-
HSV(B)341.48º47.93%66.27%-
XYZ22.8316.6117.62-
YUV115.07126.84166.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=45.68%
G=23.78%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698811300.480.330.34341.4832.0250.39
HexA9587103021221552032
Octal25113016106041425254062
Binary10101001101100011100010110000100001100010101010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95871; }

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

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

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

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

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

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

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

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