#A456B0

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

Shades of Violet Blue #A456B0

Tints of Violet Blue #A456B0

Color information

#A456B0 (or 0xA456B0) is unknown color: approx Violet Blue. HEX triplet: A4, 56 and B0. RGB value is (164,86,176). Sum of RGB (Red+Green+Blue) = 164+86+176=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A456B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A456B0 is #5BA94F. Grayscale: #777777. Windows color (decimal): -6007120 or 11556516. OLE color: 11556516.

HSL color Cylindrical-coordinate representation of color #A456B0: hue angle of 292º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A456B0 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16486176-
CMYK0.070.5100.31
HSL292º36.29%51.37%-
HSV(B)292º51.14%69.02%-
XYZ26.4717.6843.09-
YUV119.58159.84159.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=38.50%
G=20.19%
B=41.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164861760.070.5100.3129236.2951.37
HexA456B073301F1242433
Octal2441262607630374444463
Binary10100100101011010110000111110011011111100100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456B0; }

 p { color: rgb(164,86,176); }

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

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

 a { background-color: rgb(164,86,176); }

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

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

 span { border-color: rgb(164,86,176); }

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