#A0537B

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

Shades of Royal Heath #A0537B

Tints of Royal Heath #A0537B

Color information

#A0537B (or 0xA0537B) is unknown color: approx Royal Heath. HEX triplet: A0, 53 and 7B. RGB value is (160,83,123). Sum of RGB (Red+Green+Blue) = 160+83+123=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0537B is #5FAC84. Grayscale: #6E6E6E. Windows color (decimal): -6270085 or 8082336. OLE color: 8082336.

HSL color Cylindrical-coordinate representation of color #A0537B: hue angle of 328.83º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0537B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16083123-
CMYK00.480.230.37
HSL328.83º31.69%47.65%-
HSV(B)328.83º48.12%62.75%-
XYZ21.1715.0920.54-
YUV110.58135.01163.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=43.72%
G=22.68%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608312300.480.230.37328.8331.6947.65
HexA0537B03017251492030
Octal24012317306027455114060
Binary1010000010100111111011011000010111100101101001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0537B; }

 p { color: rgb(160,83,123); }

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

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

 a { background-color: rgb(160,83,123); }

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

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

 span { border-color: rgb(160,83,123); }

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