#A0467F

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

Shades of Royal Heath #A0467F

Tints of Royal Heath #A0467F

Color information

#A0467F (or 0xA0467F) is unknown color: approx Royal Heath. HEX triplet: A0, 46 and 7F. RGB value is (160,70,127). Sum of RGB (Red+Green+Blue) = 160+70+127=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0467F is #5FB980. Grayscale: #676767. Windows color (decimal): -6273409 or 8341152. OLE color: 8341152.

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

Color convert

RGB16070127-
CMYK00.560.210.37
HSL322º39.13%45.1%-
HSV(B)322º56.25%62.75%-
XYZ20.5213.3921.58-
YUV103.41141.32168.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 127 (50% from 255) = 35.57%
R=44.82%
G=19.61%
B=35.57%

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
Decimal1607012700.560.210.3732239.1345.1
HexA0467F0381525142272d
Octal24010617707025455024755
Binary1010000010001101111111011100010101100101101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0467F; }

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

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

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

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

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

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

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

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