#A541AB

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

Shades of Violet Blue #A541AB

Tints of Violet Blue #A541AB

Color information

#A541AB (or 0xA541AB) is unknown color: approx Violet Blue. HEX triplet: A5, 41 and AB. RGB value is (165,65,171). Sum of RGB (Red+Green+Blue) = 165+65+171=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A541AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A541AB is #5ABE54. Grayscale: #6A6A6A. Windows color (decimal): -5946965 or 11223461. OLE color: 11223461.

HSL color Cylindrical-coordinate representation of color #A541AB: hue angle of 296.6º 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 #A541AB is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16565171-
CMYK0.040.6200.33
HSL296.6º44.92%46.27%-
HSV(B)296.6º61.99%67.06%-
XYZ24.7614.7240.06-
YUV106.98164.13169.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=41.15%
G=16.21%
B=42.64%

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
Decimal165651710.040.6200.33296.644.9246.27
HexA541AB43E0211292d2e
Octal2451012534760414515556
Binary101001011000001101010111001111100100001100101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541AB; }

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

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

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

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

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

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

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

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