#A457B0

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

Shades of Violet Blue #A457B0

Tints of Violet Blue #A457B0

Color information

#A457B0 (or 0xA457B0) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and B0. RGB value is (164,87,176). Sum of RGB (Red+Green+Blue) = 164+87+176=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #A457B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A457B0 is #5BA84F. Grayscale: #777777. Windows color (decimal): -6006864 or 11556772. OLE color: 11556772.

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

Color convert

RGB16487176-
CMYK0.070.5100.31
HSL291.91º36.03%51.57%-
HSV(B)291.91º50.57%69.02%-
XYZ26.5517.8443.12-
YUV120.17159.51159.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=38.41%
G=20.37%
B=41.22%

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
Decimal164871760.070.5100.31291.9136.0351.57
HexA457B073301F1242434
Octal2441272607630374444464
Binary10100100101011110110000111110011011111100100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A457B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A457B0; }

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

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

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

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

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

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

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

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