#A757AF

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

Shades of Violet Blue #A757AF

Tints of Violet Blue #A757AF

Color information

#A757AF (or 0xA757AF) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and AF. RGB value is (167,87,175). Sum of RGB (Red+Green+Blue) = 167+87+175=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #A757AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A757AF is #58A850. Grayscale: #787878. Windows color (decimal): -5810257 or 11491239. OLE color: 11491239.

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

Color convert

RGB16787175-
CMYK0.050.5000.31
HSL294.55º35.48%51.37%-
HSV(B)294.55º50.29%68.63%-
XYZ27.0818.1342.63-
YUV120.95158.5160.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=38.93%
G=20.28%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167871750.050.5000.31294.5535.4851.37
HexA757AF53201F1272333
Octal2471272575620374474363
Binary10100111101011110101111101110010011111100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757AF; }

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

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

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

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

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

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

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

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