#A95684

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

Shades of Royal Heath #A95684

Tints of Royal Heath #A95684

Color information

#A95684 (or 0xA95684) is unknown color: approx Royal Heath. HEX triplet: A9, 56 and 84. RGB value is (169,86,132). Sum of RGB (Red+Green+Blue) = 169+86+132=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A95684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95684 is #56A97B. Grayscale: #737373. Windows color (decimal): -5679484 or 8672937. OLE color: 8672937.

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

Color convert

RGB16986132-
CMYK00.490.220.34
HSL326.75º32.55%50%-
HSV(B)326.75º49.11%66.27%-
XYZ23.8516.7623.81-
YUV116.06137165.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=43.67%
G=22.22%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698613200.490.220.34326.7532.5550
HexA9568403116221472132
Octal25112620406126425074162
Binary10101001101011010000100011000110110100010101000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95684; }

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

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

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

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

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

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

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

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