#A0467E

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

Shades of Royal Heath #A0467E

Tints of Royal Heath #A0467E

Color information

#A0467E (or 0xA0467E) is unknown color: approx Royal Heath. HEX triplet: A0, 46 and 7E. RGB value is (160,70,126). Sum of RGB (Red+Green+Blue) = 160+70+126=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0467E is #5FB981. Grayscale: #676767. Windows color (decimal): -6273410 or 8275616. OLE color: 8275616.

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

Color convert

RGB16070126-
CMYK00.560.210.37
HSL322.67º39.13%45.1%-
HSV(B)322.67º56.25%62.75%-
XYZ20.4513.3621.24-
YUV103.29140.82168.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=44.94%
G=19.66%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607012600.560.210.37322.6739.1345.1
HexA0467E0381525143272d
Octal24010617607025455034755
Binary1010000010001101111110011100010101100101101000011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0467E; }

 p { color: rgb(160,70,126); }

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

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

 a { background-color: rgb(160,70,126); }

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

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

 span { border-color: rgb(160,70,126); }

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