#A0447E

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

Shades of Royal Heath #A0447E

Tints of Royal Heath #A0447E

Color information

#A0447E (or 0xA0447E) is unknown color: approx Royal Heath. HEX triplet: A0, 44 and 7E. RGB value is (160,68,126). Sum of RGB (Red+Green+Blue) = 160+68+126=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0447E is #5FBB81. Grayscale: #656565. Windows color (decimal): -6273922 or 8275104. OLE color: 8275104.

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

Color convert

RGB16068126-
CMYK00.570.210.37
HSL322.17º40.35%44.71%-
HSV(B)322.17º57.5%62.75%-
XYZ20.3313.1121.2-
YUV102.12141.48169.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=45.20%
G=19.21%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606812600.570.210.37322.1740.3544.71
HexA0447E0391525142282d
Octal24010417607125455025055
Binary1010000010001001111110011100110101100101101000010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0447E; }

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

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

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

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

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

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

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

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