#A1509B

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

Shades of Violet Blue #A1509B

Tints of Violet Blue #A1509B

Color information

#A1509B (or 0xA1509B) is unknown color: approx Violet Blue. HEX triplet: A1, 50 and 9B. RGB value is (161,80,155). Sum of RGB (Red+Green+Blue) = 161+80+155=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509B is #5EAF64. Grayscale: #707070. Windows color (decimal): -6205285 or 10178721. OLE color: 10178721.

HSL color Cylindrical-coordinate representation of color #A1509B: hue angle of 304.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1509B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16180155-
CMYK00.500.040.37
HSL304.44º33.61%47.25%-
HSV(B)304.44º50.31%63.14%-
XYZ23.4815.6832.8-
YUV112.77151.84162.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=40.66%
G=20.20%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618015500.500.040.37304.4433.6147.25
HexA1509B032425130222f
Octal2411202330624454604257
Binary101000011010000100110110110010100100101100110000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1509B; }

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

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

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

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

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

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

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

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