#A257AC

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

Shades of Violet Blue #A257AC

Tints of Violet Blue #A257AC

Color information

#A257AC (or 0xA257AC) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and AC. RGB value is (162,87,172). Sum of RGB (Red+Green+Blue) = 162+87+172=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A257AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AC is #5DA853. Grayscale: #767676. Windows color (decimal): -6137940 or 11294626. OLE color: 11294626.

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

Color convert

RGB16287172-
CMYK0.060.4900.33
HSL292.94º33.86%50.78%-
HSV(B)292.94º49.42%67.45%-
XYZ25.7517.4841.05-
YUV119.12157.85158.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=38.48%
G=20.67%
B=40.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162871720.060.4900.33292.9433.8650.78
HexA257AC6310211252233
Octal2421272546610414454263
Binary101000101010111101011001101100010100001100100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257AC; }

 p { color: rgb(162,87,172); }

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

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

 a { background-color: rgb(162,87,172); }

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

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

 span { border-color: rgb(162,87,172); }

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