#A0467B

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

Shades of Royal Heath #A0467B

Tints of Royal Heath #A0467B

Color information

#A0467B (or 0xA0467B) is unknown color: approx Royal Heath. HEX triplet: A0, 46 and 7B. RGB value is (160,70,123). Sum of RGB (Red+Green+Blue) = 160+70+123=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0467B is #5FB984. Grayscale: #666666. Windows color (decimal): -6273413 or 8079008. OLE color: 8079008.

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

Color convert

RGB16070123-
CMYK00.560.230.37
HSL324.67º39.13%45.1%-
HSV(B)324.67º56.25%62.75%-
XYZ20.2613.2820.24-
YUV102.95139.32168.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=45.33%
G=19.83%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607012300.560.230.37324.6739.1345.1
HexA0467B0381725145272d
Octal24010617307027455054755
Binary1010000010001101111011011100010111100101101000101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0467B; }

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

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

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

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

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

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

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

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