#A151AD

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

Shades of Violet Blue #A151AD

Tints of Violet Blue #A151AD

Color information

#A151AD (or 0xA151AD) is unknown color: approx Violet Blue. HEX triplet: A1, 51 and AD. RGB value is (161,81,173). Sum of RGB (Red+Green+Blue) = 161+81+173=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A151AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A151AD is #5EAE52. Grayscale: #737373. Windows color (decimal): -6205011 or 11358625. OLE color: 11358625.

HSL color Cylindrical-coordinate representation of color #A151AD: hue angle of 292.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A151AD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16181173-
CMYK0.070.5300.32
HSL292.17º36.22%49.8%-
HSV(B)292.17º53.18%67.84%-
XYZ25.1816.4841.39-
YUV115.41160.5160.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=38.80%
G=19.52%
B=41.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161811730.070.5300.32292.1736.2249.8
HexA151AD7350201242432
Octal2411212557650404444462
Binary101000011010001101011011111101010100000100100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151AD; }

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

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

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

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

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

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

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

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