#A1509C

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

Shades of Violet Blue #A1509C

Tints of Violet Blue #A1509C

Color information

#A1509C (or 0xA1509C) is unknown color: approx Violet Blue. HEX triplet: A1, 50 and 9C. RGB value is (161,80,156). Sum of RGB (Red+Green+Blue) = 161+80+156=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1509C is #5EAF63. Grayscale: #707070. Windows color (decimal): -6205284 or 10244257. OLE color: 10244257.

HSL color Cylindrical-coordinate representation of color #A1509C: hue angle of 303.7º 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 #A1509C is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16180156-
CMYK00.500.030.37
HSL303.7º33.61%47.25%-
HSV(B)303.7º50.31%63.14%-
XYZ23.5715.7133.24-
YUV112.88152.34162.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=40.55%
G=20.15%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618015600.500.030.37303.733.6147.25
HexA1509C032325130222f
Octal2411202340623454604257
Binary10100001101000010011100011001011100101100110000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1509C; }

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

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

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

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

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

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

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

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