#A155AD

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

Shades of Violet Blue #A155AD

Tints of Violet Blue #A155AD

Color information

#A155AD (or 0xA155AD) is unknown color: approx Violet Blue. HEX triplet: A1, 55 and AD. RGB value is (161,85,173). Sum of RGB (Red+Green+Blue) = 161+85+173=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A155AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155AD is #5EAA52. Grayscale: #757575. Windows color (decimal): -6203987 or 11359649. OLE color: 11359649.

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

Color convert

RGB16185173-
CMYK0.070.5100.32
HSL291.82º34.92%50.59%-
HSV(B)291.82º50.87%67.84%-
XYZ25.4917.0941.49-
YUV117.76159.18158.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=38.42%
G=20.29%
B=41.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161851730.070.5100.32291.8234.9250.59
HexA155AD7330201242333
Octal2411252557630404444363
Binary101000011010101101011011111100110100000100100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155AD; }

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

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

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

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

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

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

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

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