#A95682

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

Shades of Royal Heath #A95682

Tints of Royal Heath #A95682

Color information

#A95682 (or 0xA95682) is unknown color: approx Royal Heath. HEX triplet: A9, 56 and 82. RGB value is (169,86,130). Sum of RGB (Red+Green+Blue) = 169+86+130=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A95682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95682 is #56A97D. Grayscale: #737373. Windows color (decimal): -5679486 or 8541865. OLE color: 8541865.

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

Color convert

RGB16986130-
CMYK00.490.230.34
HSL328.19º32.55%50%-
HSV(B)328.19º49.11%66.27%-
XYZ23.7216.723.09-
YUV115.83136165.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=43.90%
G=22.34%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698613000.490.230.34328.1932.5550
HexA9568203117221482132
Octal25112620206127425104162
Binary10101001101011010000010011000110111100010101001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95682; }

 p { color: rgb(169,86,130); }

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

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

 a { background-color: rgb(169,86,130); }

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

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

 span { border-color: rgb(169,86,130); }

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