#A151AB

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

Shades of Violet Blue #A151AB

Tints of Violet Blue #A151AB

Color information

#A151AB (or 0xA151AB) is unknown color: approx Violet Blue. HEX triplet: A1, 51 and AB. RGB value is (161,81,171). Sum of RGB (Red+Green+Blue) = 161+81+171=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A151AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A151AB is #5EAE54. Grayscale: #727272. Windows color (decimal): -6205013 or 11227553. OLE color: 11227553.

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

Color convert

RGB16181171-
CMYK0.060.5300.33
HSL293.33º35.71%49.41%-
HSV(B)293.33º52.63%67.06%-
XYZ24.9916.440.38-
YUV115.18159.5160.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=38.98%
G=19.61%
B=41.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161811710.060.5300.33293.3335.7149.41
HexA151AB6350211252431
Octal2411212536650414454461
Binary101000011010001101010111101101010100001100100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151AB; }

 p { color: rgb(161,81,171); }

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

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

 a { background-color: rgb(161,81,171); }

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

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

 span { border-color: rgb(161,81,171); }

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