#A539A1

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

Shades of Violet Blue #A539A1

Tints of Violet Blue #A539A1

Color information

#A539A1 (or 0xA539A1) is unknown color: approx Violet Blue. HEX triplet: A5, 39 and A1. RGB value is (165,57,161). Sum of RGB (Red+Green+Blue) = 165+57+161=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A539A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A539A1 is #5AC65E. Grayscale: #646464. Windows color (decimal): -5949023 or 10566053. OLE color: 10566053.

HSL color Cylindrical-coordinate representation of color #A539A1: hue angle of 302.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A539A1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16557161-
CMYK00.650.020.35
HSL302.22º48.65%43.53%-
HSV(B)302.22º65.45%64.71%-
XYZ23.4113.535.09-
YUV101.15161.78173.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=43.08%
G=14.88%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655716100.650.020.35302.2248.6543.53
HexA539A104122312e312c
Octal2457124101012434566154
Binary10100101111001101000010100000110100011100101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539A1; }

 p { color: rgb(165,57,161); }

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

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

 a { background-color: rgb(165,57,161); }

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

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

 span { border-color: rgb(165,57,161); }

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