#A539F1

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

Shades of Blue Violet #A539F1

Tints of Blue Violet #A539F1

Color information

#A539F1 (or 0xA539F1) is unknown color: approx Blue Violet. HEX triplet: A5, 39 and F1. RGB value is (165,57,241). Sum of RGB (Red+Green+Blue) = 165+57+241=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #A539F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A539F1 is #5AC60E. Grayscale: #6D6D6D. Windows color (decimal): -5948943 or 15808933. OLE color: 15808933.

HSL color Cylindrical-coordinate representation of color #A539F1: hue angle of 275.22º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A539F1 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16557241-
CMYK0.320.7600.05
HSL275.22º86.79%58.43%-
HSV(B)275.22º76.35%94.51%-
XYZ32.8617.2884.82-
YUV110.27201.78167.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 57 (22.66% from 255) = 12.31%
BLUE value IS 241 (94.53% from 255) = 52.05%
R=35.64%
G=12.31%
B=52.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165572410.320.7600.05275.2286.7958.43
HexA539F1204C05113573a
Octal24571361401140542312772
Binary1010010111100111110001100000100110001011000100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539F1; }

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

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

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

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

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

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

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

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