#A0437C

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

Shades of Royal Heath #A0437C

Tints of Royal Heath #A0437C

Color information

#A0437C (or 0xA0437C) is unknown color: approx Royal Heath. HEX triplet: A0, 43 and 7C. RGB value is (160,67,124). Sum of RGB (Red+Green+Blue) = 160+67+124=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437C is #5FBC83. Grayscale: #656565. Windows color (decimal): -6274180 or 8143776. OLE color: 8143776.

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

Color convert

RGB16067124-
CMYK00.580.220.37
HSL323.23º40.97%44.51%-
HSV(B)323.23º58.13%62.75%-
XYZ20.1412.9420.51-
YUV101.3140.81169.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=45.58%
G=19.09%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606712400.580.220.37323.2340.9744.51
HexA0437C03A1625143292d
Octal24010317407226455035155
Binary1010000010000111111100011101010110100101101000011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0437C; }

 p { color: rgb(160,67,124); }

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

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

 a { background-color: rgb(160,67,124); }

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

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

 span { border-color: rgb(160,67,124); }

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