#A471AC

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

Shades of Violet Blue #A471AC

Tints of Violet Blue #A471AC

Color information

#A471AC (or 0xA471AC) is unknown color: approx Violet Blue. HEX triplet: A4, 71 and AC. RGB value is (164,113,172). Sum of RGB (Red+Green+Blue) = 164+113+172=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A471AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AC is #5B8E53. Grayscale: #868686. Windows color (decimal): -6000212 or 11301284. OLE color: 11301284.

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

Color convert

RGB164113172-
CMYK0.050.3400.33
HSL291.86º26.22%55.88%-
HSV(B)291.86º34.3%67.45%-
XYZ28.6622.6841.9-
YUV134.98148.9148.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=36.53%
G=25.17%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641131720.050.3400.33291.8626.2255.88
HexA471AC5220211241a38
Octal2441612545420414443270
Binary10100100111000110101100101100010010000110010010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471AC; }

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

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

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

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

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

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

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

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