#A757B1

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

Shades of Violet Blue #A757B1

Tints of Violet Blue #A757B1

Color information

#A757B1 (or 0xA757B1) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and B1. RGB value is (167,87,177). Sum of RGB (Red+Green+Blue) = 167+87+177=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #A757B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A757B1 is #58A84E. Grayscale: #787878. Windows color (decimal): -5810255 or 11622311. OLE color: 11622311.

HSL color Cylindrical-coordinate representation of color #A757B1: hue angle of 293.33º degrees, saturation: 0.37, 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 #A757B1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16787177-
CMYK0.060.5100.31
HSL293.33º36.59%51.76%-
HSV(B)293.33º50.85%69.41%-
XYZ27.2818.2143.67-
YUV121.18159.5160.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=38.75%
G=20.19%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167871770.060.5100.31293.3336.5951.76
HexA757B163301F1252534
Octal2471272616630374454564
Binary10100111101011110110001110110011011111100100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757B1; }

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

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

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

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

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

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

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

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