#a0448e

Color #A0448E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A0448E

Tints of Violet Blue #A0448E

Color information

#A0448E (or 0xA0448E) is unknown color: approx Violet Blue. HEX triplet: A0, 44 and 8E. RGB value is (160,68,142). Sum of RGB (Red+Green+Blue) = 160+68+142=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0448E is #5FBB71. Grayscale: #676767. Windows color (decimal): -6273906 or 9323680. OLE color: 9323680.

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

Color convert

RGB16068142-
CMYK00.570.110.37
HSL311.74º40.35%44.71%-
HSV(B)311.74º57.5%62.75%-
XYZ21.4513.5627.08-
YUV103.94149.48167.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=43.24%
G=18.38%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606814200.570.110.37311.7440.3544.71
HexA0448E039B25138282d
Octal24010421607113454705055
Binary1010000010001001000111001110011011100101100111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0448e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0448e; }

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

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

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

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

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

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

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

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