#A537AB

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

Shades of Violet Blue #A537AB

Tints of Violet Blue #A537AB

Color information

#A537AB (or 0xA537AB) is unknown color: approx Violet Blue. HEX triplet: A5, 37 and AB. RGB value is (165,55,171). Sum of RGB (Red+Green+Blue) = 165+55+171=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A537AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AB is #5AC854. Grayscale: #646464. Windows color (decimal): -5949525 or 11220901. OLE color: 11220901.

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

Color convert

RGB16555171-
CMYK0.040.6800.33
HSL296.9º51.33%44.31%-
HSV(B)296.9º67.84%67.06%-
XYZ24.2313.6739.89-
YUV101.11167.44173.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=42.20%
G=14.07%
B=43.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165551710.040.6800.33296.951.3344.31
HexA537AB444021129332c
Octal2456725341040414516354
Binary101001011101111010101110010001000100001100101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537AB; }

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

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

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

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

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

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

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

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