#A541AC

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

Shades of Violet Blue #A541AC

Tints of Violet Blue #A541AC

Color information

#A541AC (or 0xA541AC) is unknown color: approx Violet Blue. HEX triplet: A5, 41 and AC. RGB value is (165,65,172). Sum of RGB (Red+Green+Blue) = 165+65+172=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #A541AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A541AC is #5ABE53. Grayscale: #6A6A6A. Windows color (decimal): -5946964 or 11288997. OLE color: 11288997.

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

Color convert

RGB16565172-
CMYK0.040.6200.33
HSL296.07º45.15%46.47%-
HSV(B)296.07º62.21%67.45%-
XYZ24.8514.7640.57-
YUV107.1164.63169.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=41.04%
G=16.17%
B=42.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165651720.040.6200.33296.0745.1546.47
HexA541AC43E0211282d2e
Octal2451012544760414505556
Binary101001011000001101011001001111100100001100101000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541AC; }

 p { color: rgb(165,65,172); }

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

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

 a { background-color: rgb(165,65,172); }

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

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

 span { border-color: rgb(165,65,172); }

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