#A471AD

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

Shades of Violet Blue #A471AD

Tints of Violet Blue #A471AD

Color information

#A471AD (or 0xA471AD) is unknown color: approx Violet Blue. HEX triplet: A4, 71 and AD. RGB value is (164,113,173). Sum of RGB (Red+Green+Blue) = 164+113+173=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A471AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A471AD is #5B8E52. Grayscale: #868686. Windows color (decimal): -6000211 or 11366820. OLE color: 11366820.

HSL color Cylindrical-coordinate representation of color #A471AD: hue angle of 291º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A471AD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164113173-
CMYK0.050.3500.32
HSL291º26.79%56.08%-
HSV(B)291º34.68%67.84%-
XYZ28.7622.7242.4-
YUV135.09149.4148.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=36.44%
G=25.11%
B=38.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641131730.050.3500.3229126.7956.08
HexA471AD5230201231b38
Octal2441612555430404433370
Binary10100100111000110101101101100011010000010010001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471AD; }

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

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

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

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

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

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

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

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