#A757AA

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

Shades of Violet Blue #A757AA

Tints of Violet Blue #A757AA

Color information

#A757AA (or 0xA757AA) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and AA. RGB value is (167,87,170). Sum of RGB (Red+Green+Blue) = 167+87+170=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A757AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A757AA is #58A855. Grayscale: #787878. Windows color (decimal): -5810262 or 11163559. OLE color: 11163559.

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

Color convert

RGB16787170-
CMYK0.020.4900.33
HSL297.83º32.81%50.39%-
HSV(B)297.83º48.82%66.67%-
XYZ26.617.9340.09-
YUV120.38156161.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=39.39%
G=20.52%
B=40.09%

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
Decimal167871700.020.4900.33297.8332.8150.39
HexA757AA23102112a2132
Octal2471272522610414524162
Binary10100111101011110101010101100010100001100101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757AA; }

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

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

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

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

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

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

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

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