#A1537B

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

Shades of Royal Heath #A1537B

Tints of Royal Heath #A1537B

Color information

#A1537B (or 0xA1537B) is unknown color: approx Royal Heath. HEX triplet: A1, 53 and 7B. RGB value is (161,83,123). Sum of RGB (Red+Green+Blue) = 161+83+123=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1537B is #5EAC84. Grayscale: #6E6E6E. Windows color (decimal): -6204549 or 8082337. OLE color: 8082337.

HSL color Cylindrical-coordinate representation of color #A1537B: hue angle of 329.23º 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 #A1537B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16183123-
CMYK00.480.240.37
HSL329.23º31.97%47.84%-
HSV(B)329.23º48.45%63.14%-
XYZ21.3715.1920.55-
YUV110.88134.84163.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=43.87%
G=22.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618312300.480.240.37329.2331.9747.84
HexA1537B03018251492030
Octal24112317306030455114060
Binary1010000110100111111011011000011000100101101001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1537B; }

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

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

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

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

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

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

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

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