#A0437D

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

Shades of Royal Heath #A0437D

Tints of Royal Heath #A0437D

Color information

#A0437D (or 0xA0437D) is unknown color: approx Royal Heath. HEX triplet: A0, 43 and 7D. RGB value is (160,67,125). Sum of RGB (Red+Green+Blue) = 160+67+125=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437D is #5FBC82. Grayscale: #656565. Windows color (decimal): -6274179 or 8209312. OLE color: 8209312.

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

Color convert

RGB16067125-
CMYK00.580.220.37
HSL322.58º40.97%44.51%-
HSV(B)322.58º58.13%62.75%-
XYZ20.2112.9720.84-
YUV101.42141.31169.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=45.45%
G=19.03%
B=35.51%

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
Decimal1606712500.580.220.37322.5840.9744.51
HexA0437D03A1625143292d
Octal24010317507226455035155
Binary1010000010000111111101011101010110100101101000011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0437D; }

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

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

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

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

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

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

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

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