#A95583

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

Shades of Royal Heath #A95583

Tints of Royal Heath #A95583

Color information

#A95583 (or 0xA95583) is unknown color: approx Royal Heath. HEX triplet: A9, 55 and 83. RGB value is (169,85,131). Sum of RGB (Red+Green+Blue) = 169+85+131=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95583 is #56AA7C. Grayscale: #737373. Windows color (decimal): -5679741 or 8607145. OLE color: 8607145.

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

Color convert

RGB16985131-
CMYK00.500.220.34
HSL327.14º33.07%49.8%-
HSV(B)327.14º49.7%66.27%-
XYZ23.7116.5723.42-
YUV115.36136.83166.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=43.90%
G=22.08%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698513100.500.220.34327.1433.0749.8
HexA9558303216221472132
Octal25112520306226425074162
Binary10101001101010110000011011001010110100010101000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95583; }

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

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

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

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

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

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

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

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