#A95781

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

Shades of Royal Heath #A95781

Tints of Royal Heath #A95781

Color information

#A95781 (or 0xA95781) is unknown color: approx Royal Heath. HEX triplet: A9, 57 and 81. RGB value is (169,87,129). Sum of RGB (Red+Green+Blue) = 169+87+129=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95781 is #56A87E. Grayscale: #747474. Windows color (decimal): -5679231 or 8476585. OLE color: 8476585.

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

Color convert

RGB16987129-
CMYK00.490.240.34
HSL329.27º32.28%50.2%-
HSV(B)329.27º48.52%66.27%-
XYZ23.7316.8422.77-
YUV116.31135.17165.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=43.90%
G=22.60%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698712900.490.240.34329.2732.2850.2
HexA9578103118221492032
Octal25112720106130425114062
Binary10101001101011110000001011000111000100010101001001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95781; }

 p { color: rgb(169,87,129); }

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

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

 a { background-color: rgb(169,87,129); }

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

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

 span { border-color: rgb(169,87,129); }

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