#A757AB

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

Shades of Violet Blue #A757AB

Tints of Violet Blue #A757AB

Color information

#A757AB (or 0xA757AB) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and AB. RGB value is (167,87,171). Sum of RGB (Red+Green+Blue) = 167+87+171=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A757AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A757AB is #58A854. Grayscale: #787878. Windows color (decimal): -5810261 or 11229095. OLE color: 11229095.

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

Color convert

RGB16787171-
CMYK0.020.4900.33
HSL297.14º33.33%50.59%-
HSV(B)297.14º49.12%67.06%-
XYZ26.717.9740.59-
YUV120.5156.5161.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 87 (34.38% from 255) = 20.47%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=39.29%
G=20.47%
B=40.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167871710.020.4900.33297.1433.3350.59
HexA757AB2310211292133
Octal2471272532610414514163
Binary10100111101011110101011101100010100001100101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757AB; }

 p { color: rgb(167,87,171); }

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

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

 a { background-color: rgb(167,87,171); }

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

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

 span { border-color: rgb(167,87,171); }

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