#A15FAC

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

Shades of Violet Blue #A15FAC

Tints of Violet Blue #A15FAC

Color information

#A15FAC (or 0xA15FAC) is unknown color: approx Violet Blue. HEX triplet: A1, 5F and AC. RGB value is (161,95,172). Sum of RGB (Red+Green+Blue) = 161+95+172=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #A15FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAC is #5EA053. Grayscale: #7B7B7B. Windows color (decimal): -6201428 or 11296673. OLE color: 11296673.

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

Color convert

RGB16195172-
CMYK0.060.4500.33
HSL291.43º31.69%52.35%-
HSV(B)291.43º44.77%67.45%-
XYZ26.2418.7441.26-
YUV123.51155.37154.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=37.62%
G=22.20%
B=40.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161951720.060.4500.33291.4331.6952.35
HexA15FAC62D0211232034
Octal2411372546550414434064
Binary101000011011111101011001101011010100001100100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FAC; }

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

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

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

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

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

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

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

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