#A446AC

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

Shades of Violet Blue #A446AC

Tints of Violet Blue #A446AC

Color information

#A446AC (or 0xA446AC) is unknown color: approx Violet Blue. HEX triplet: A4, 46 and AC. RGB value is (164,70,172). Sum of RGB (Red+Green+Blue) = 164+70+172=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #A446AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A446AC is #5BB953. Grayscale: #6D6D6D. Windows color (decimal): -6011220 or 11290276. OLE color: 11290276.

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

Color convert

RGB16470172-
CMYK0.050.5900.33
HSL295.29º42.15%47.45%-
HSV(B)295.29º59.3%67.45%-
XYZ24.9515.2540.66-
YUV109.73163.14166.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=40.39%
G=17.24%
B=42.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164701720.050.5900.33295.2942.1547.45
HexA446AC53B0211272a2f
Octal2441062545730414475257
Binary101001001000110101011001011110110100001100100111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446AC; }

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

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

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

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

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

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

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

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