#A470AB

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

Shades of Violet Blue #A470AB

Tints of Violet Blue #A470AB

Color information

#A470AB (or 0xA470AB) is unknown color: approx Violet Blue. HEX triplet: A4, 70 and AB. RGB value is (164,112,171). Sum of RGB (Red+Green+Blue) = 164+112+171=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A470AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A470AB is #5B8F54. Grayscale: #868686. Windows color (decimal): -6000469 or 11235492. OLE color: 11235492.

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

Color convert

RGB164112171-
CMYK0.040.3500.33
HSL292.88º25.99%55.49%-
HSV(B)292.88º34.5%67.06%-
XYZ28.4522.4241.36-
YUV134.27148.73149.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=36.69%
G=25.06%
B=38.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641121710.040.3500.33292.8825.9955.49
HexA470AB4230211251a37
Octal2441602534430414453267
Binary10100100111000010101011100100011010000110010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470AB; }

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

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

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

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

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

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

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

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