#A473AB

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

Shades of Violet Blue #A473AB

Tints of Violet Blue #A473AB

Color information

#A473AB (or 0xA473AB) is unknown color: approx Violet Blue. HEX triplet: A4, 73 and AB. RGB value is (164,115,171). Sum of RGB (Red+Green+Blue) = 164+115+171=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A473AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A473AB is #5B8C54. Grayscale: #878787. Windows color (decimal): -5999701 or 11236260. OLE color: 11236260.

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

Color convert

RGB164115171-
CMYK0.040.3300.33
HSL292.5º25%56.08%-
HSV(B)292.5º32.75%67.06%-
XYZ28.7923.0941.47-
YUV136.04147.73147.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 171 (67.19% from 255) = 38%
R=36.44%
G=25.56%
B=38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641151710.040.3300.33292.52556.08
HexA473AB4210211241938
Octal2441632534410414443170
Binary10100100111001110101011100100001010000110010010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473AB; }

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

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

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

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

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

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

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

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