#A446AB

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

Shades of Violet Blue #A446AB

Tints of Violet Blue #A446AB

Color information

#A446AB (or 0xA446AB) is unknown color: approx Violet Blue. HEX triplet: A4, 46 and AB. RGB value is (164,70,171). Sum of RGB (Red+Green+Blue) = 164+70+171=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A446AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AB is #5BB954. Grayscale: #6D6D6D. Windows color (decimal): -6011221 or 11224740. OLE color: 11224740.

HSL color Cylindrical-coordinate representation of color #A446AB: hue angle of 295.84º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A446AB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16470171-
CMYK0.040.5900.33
HSL295.84º41.91%47.25%-
HSV(B)295.84º59.06%67.06%-
XYZ24.8515.2140.15-
YUV109.62162.64166.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=40.49%
G=17.28%
B=42.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164701710.040.5900.33295.8441.9147.25
HexA446AB43B0211282a2f
Octal2441062534730414505257
Binary101001001000110101010111001110110100001100101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446AB; }

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

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

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

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

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

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

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

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