#A150AD

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

Shades of Violet Blue #A150AD

Tints of Violet Blue #A150AD

Color information

#A150AD (or 0xA150AD) is unknown color: approx Violet Blue. HEX triplet: A1, 50 and AD. RGB value is (161,80,173). Sum of RGB (Red+Green+Blue) = 161+80+173=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A150AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A150AD is #5EAF52. Grayscale: #727272. Windows color (decimal): -6205267 or 11358369. OLE color: 11358369.

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

Color convert

RGB16180173-
CMYK0.070.5400.32
HSL292.26º36.76%49.61%-
HSV(B)292.26º53.76%67.84%-
XYZ25.1116.3341.36-
YUV114.82160.84160.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=38.89%
G=19.32%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161801730.070.5400.32292.2636.7649.61
HexA150AD7360201242532
Octal2411202557660404444562
Binary101000011010000101011011111101100100000100100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150AD; }

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

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

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

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

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

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

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

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