#A444AB

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

Shades of Violet Blue #A444AB

Tints of Violet Blue #A444AB

Color information

#A444AB (or 0xA444AB) is unknown color: approx Violet Blue. HEX triplet: A4, 44 and AB. RGB value is (164,68,171). Sum of RGB (Red+Green+Blue) = 164+68+171=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #A444AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A444AB is #5BBB54. Grayscale: #6C6C6C. Windows color (decimal): -6011733 or 11224228. OLE color: 11224228.

HSL color Cylindrical-coordinate representation of color #A444AB: hue angle of 295.92º 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 #A444AB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16468171-
CMYK0.040.6000.33
HSL295.92º43.1%46.86%-
HSV(B)295.92º60.23%67.06%-
XYZ24.7314.9740.11-
YUV108.45163.3167.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=40.69%
G=16.87%
B=42.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164681710.040.6000.33295.9243.146.86
HexA444AB43C0211282b2f
Octal2441042534740414505357
Binary101001001000100101010111001111000100001100101000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444AB; }

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

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

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

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

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

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

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

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