#A15BAC

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

Shades of Violet Blue #A15BAC

Tints of Violet Blue #A15BAC

Color information

#A15BAC (or 0xA15BAC) is unknown color: approx Violet Blue. HEX triplet: A1, 5B and AC. RGB value is (161,91,172). Sum of RGB (Red+Green+Blue) = 161+91+172=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A15BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BAC is #5EA453. Grayscale: #787878. Windows color (decimal): -6202452 or 11295649. OLE color: 11295649.

HSL color Cylindrical-coordinate representation of color #A15BAC: hue angle of 291.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15BAC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16191172-
CMYK0.060.4700.33
HSL291.85º32.79%51.57%-
HSV(B)291.85º47.09%67.45%-
XYZ25.8918.0441.15-
YUV121.16156.69156.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=37.97%
G=21.46%
B=40.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161911720.060.4700.33291.8532.7951.57
HexA15BAC62F0211242134
Octal2411332546570414444164
Binary101000011011011101011001101011110100001100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BAC; }

 p { color: rgb(161,91,172); }

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

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

 a { background-color: rgb(161,91,172); }

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

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

 span { border-color: rgb(161,91,172); }

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