#A557AF

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

Shades of Violet Blue #A557AF

Tints of Violet Blue #A557AF

Color information

#A557AF (or 0xA557AF) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and AF. RGB value is (165,87,175). Sum of RGB (Red+Green+Blue) = 165+87+175=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A557AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AF is #5AA850. Grayscale: #787878. Windows color (decimal): -5941329 or 11491237. OLE color: 11491237.

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

Color convert

RGB16587175-
CMYK0.060.5000.31
HSL293.18º35.48%51.37%-
HSV(B)293.18º50.29%68.63%-
XYZ26.6617.9142.61-
YUV120.35158.84159.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=38.64%
G=20.37%
B=40.98%

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
Decimal165871750.060.5000.31293.1835.4851.37
HexA557AF63201F1252333
Octal2451272576620374454363
Binary10100101101011110101111110110010011111100100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A557AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A557AF; }

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

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

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

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

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

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

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

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