#A457AF

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

Shades of Violet Blue #A457AF

Tints of Violet Blue #A457AF

Color information

#A457AF (or 0xA457AF) is unknown color: approx Violet Blue. HEX triplet: A4, 57 and AF. RGB value is (164,87,175). Sum of RGB (Red+Green+Blue) = 164+87+175=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A457AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A457AF is #5BA850. Grayscale: #777777. Windows color (decimal): -6006865 or 11491236. OLE color: 11491236.

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

Color convert

RGB16487175-
CMYK0.060.5000.31
HSL292.5º35.48%51.37%-
HSV(B)292.5º50.29%68.63%-
XYZ26.4617.842.6-
YUV120.06159.01159.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=38.50%
G=20.42%
B=41.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164871750.060.5000.31292.535.4851.37
HexA457AF63201F1242333
Octal2441272576620374444363
Binary10100100101011110101111110110010011111100100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A457AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A457AF; }

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

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

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

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

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

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

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

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