#A95581

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

Shades of Royal Heath #A95581

Tints of Royal Heath #A95581

Color information

#A95581 (or 0xA95581) is unknown color: approx Royal Heath. HEX triplet: A9, 55 and 81. RGB value is (169,85,129). Sum of RGB (Red+Green+Blue) = 169+85+129=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A95581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95581 is #56AA7E. Grayscale: #737373. Windows color (decimal): -5679743 or 8476073. OLE color: 8476073.

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

Color convert

RGB16985129-
CMYK00.500.240.34
HSL328.57º33.07%49.8%-
HSV(B)328.57º49.7%66.27%-
XYZ23.5716.5222.71-
YUV115.13135.83166.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=44.13%
G=22.19%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698512900.500.240.34328.5733.0749.8
HexA9558103218221492132
Octal25112520106230425114162
Binary10101001101010110000001011001011000100010101001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95581; }

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

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

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

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

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

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

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

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