#A257A1

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

Shades of Violet Blue #A257A1

Tints of Violet Blue #A257A1

Color information

#A257A1 (or 0xA257A1) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and A1. RGB value is (162,87,161). Sum of RGB (Red+Green+Blue) = 162+87+161=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A257A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257A1 is #5DA85E. Grayscale: #757575. Windows color (decimal): -6137951 or 10573730. OLE color: 10573730.

HSL color Cylindrical-coordinate representation of color #A257A1: hue angle of 300.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A257A1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16287161-
CMYK00.460.010.36
HSL300.8º30.12%48.82%-
HSV(B)300.8º46.3%63.53%-
XYZ24.7417.0735.71-
YUV117.86152.35159.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=39.51%
G=21.22%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628716100.460.010.36300.830.1248.82
HexA257A102E12412d1e31
Octal2421272410561444553661
Binary101000101010111101000010101110110010010010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257A1; }

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

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

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

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

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

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

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

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