#A0437B

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

Shades of Royal Heath #A0437B

Tints of Royal Heath #A0437B

Color information

#A0437B (or 0xA0437B) is unknown color: approx Royal Heath. HEX triplet: A0, 43 and 7B. RGB value is (160,67,123). Sum of RGB (Red+Green+Blue) = 160+67+123=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437B is #5FBC84. Grayscale: #656565. Windows color (decimal): -6274181 or 8078240. OLE color: 8078240.

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

Color convert

RGB16067123-
CMYK00.580.230.37
HSL323.87º40.97%44.51%-
HSV(B)323.87º58.13%62.75%-
XYZ20.0812.9220.17-
YUV101.19140.31169.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=45.71%
G=19.14%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606712300.580.230.37323.8740.9744.51
HexA0437B03A1725144292d
Octal24010317307227455045155
Binary1010000010000111111011011101010111100101101000100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0437B; }

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

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

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

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

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

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

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

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