#A044AB

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

Shades of Violet Blue #A044AB

Tints of Violet Blue #A044AB

Color information

#A044AB (or 0xA044AB) is unknown color: approx Violet Blue. HEX triplet: A0, 44 and AB. RGB value is (160,68,171). Sum of RGB (Red+Green+Blue) = 160+68+171=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A044AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A044AB is #5FBB54. Grayscale: #6A6A6A. Windows color (decimal): -6273877 or 11224224. OLE color: 11224224.

HSL color Cylindrical-coordinate representation of color #A044AB: hue angle of 293.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A044AB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16068171-
CMYK0.060.6000.33
HSL293.59º43.1%46.86%-
HSV(B)293.59º60.23%67.06%-
XYZ23.9214.5540.08-
YUV107.25163.98165.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=40.10%
G=17.04%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160681710.060.6000.33293.5943.146.86
HexA044AB63C0211262b2f
Octal2401042536740414465357
Binary101000001000100101010111101111000100001100100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044AB; }

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

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

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

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

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

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

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

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