#A1437A

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

Shades of Royal Heath #A1437A

Tints of Royal Heath #A1437A

Color information

#A1437A (or 0xA1437A) is unknown color: approx Royal Heath. HEX triplet: A1, 43 and 7A. RGB value is (161,67,122). Sum of RGB (Red+Green+Blue) = 161+67+122=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1437A is #5EBC85. Grayscale: #656565. Windows color (decimal): -6208646 or 8012705. OLE color: 8012705.

HSL color Cylindrical-coordinate representation of color #A1437A: hue angle of 324.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1437A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16167122-
CMYK00.580.240.37
HSL324.89º41.23%44.71%-
HSV(B)324.89º58.39%63.14%-
XYZ20.221319.86-
YUV101.38139.64170.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=46%
G=19.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616712200.580.240.37324.8941.2344.71
HexA1437A03A1825145292d
Octal24110317207230455055155
Binary1010000110000111111010011101011000100101101000101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1437A; }

 p { color: rgb(161,67,122); }

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

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

 a { background-color: rgb(161,67,122); }

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

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

 span { border-color: rgb(161,67,122); }

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