#A95073

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

Shades of Royal Heath #A95073

Tints of Royal Heath #A95073

Color information

#A95073 (or 0xA95073) is unknown color: approx Royal Heath. HEX triplet: A9, 50 and 73. RGB value is (169,80,115). Sum of RGB (Red+Green+Blue) = 169+80+115=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A95073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95073 is #56AF8C. Grayscale: #6E6E6E. Windows color (decimal): -5681037 or 7557289. OLE color: 7557289.

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

Color convert

RGB16980115-
CMYK00.530.320.34
HSL336.4º35.74%48.82%-
HSV(B)336.4º52.66%66.27%-
XYZ22.3315.4118.02-
YUV110.6130.49169.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=46.43%
G=21.98%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698011500.530.320.34336.435.7448.82
HexA9507303520221502431
Octal25112016306540425204461
Binary10101001101000011100110110101100000100010101010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95073; }

 p { color: rgb(169,80,115); }

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

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

 a { background-color: rgb(169,80,115); }

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

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

 span { border-color: rgb(169,80,115); }

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