#A441AC

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

Shades of Violet Blue #A441AC

Tints of Violet Blue #A441AC

Color information

#A441AC (or 0xA441AC) is unknown color: approx Violet Blue. HEX triplet: A4, 41 and AC. RGB value is (164,65,172). Sum of RGB (Red+Green+Blue) = 164+65+172=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #A441AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441AC is #5BBE53. Grayscale: #6A6A6A. Windows color (decimal): -6012500 or 11288996. OLE color: 11288996.

HSL color Cylindrical-coordinate representation of color #A441AC: hue angle of 295.51º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A441AC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16465172-
CMYK0.050.6200.33
HSL295.51º45.15%46.47%-
HSV(B)295.51º62.21%67.45%-
XYZ24.6514.6540.56-
YUV106.8164.8168.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=40.90%
G=16.21%
B=42.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164651720.050.6200.33295.5145.1546.47
HexA441AC53E0211282d2e
Octal2441012545760414505556
Binary101001001000001101011001011111100100001100101000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A441AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A441AC; }

 p { color: rgb(164,65,172); }

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

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

 a { background-color: rgb(164,65,172); }

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

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

 span { border-color: rgb(164,65,172); }

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