#A539FD

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

Shades of Blue Violet #A539FD

Tints of Blue Violet #A539FD

Color information

#A539FD (or 0xA539FD) is unknown color: approx Blue Violet. HEX triplet: A5, 39 and FD. RGB value is (165,57,253). Sum of RGB (Red+Green+Blue) = 165+57+253=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #A539FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A539FD is #5AC602. Grayscale: #6E6E6E. Windows color (decimal): -5948931 or 16595365. OLE color: 16595365.

HSL color Cylindrical-coordinate representation of color #A539FD: hue angle of 273.06º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A539FD is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16557253-
CMYK0.350.7700.01
HSL273.06º98%60.78%-
HSV(B)273.06º77.47%99.22%-
XYZ34.7118.0294.58-
YUV111.64207.78166.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 253 (99.22% from 255) = 53.26%
R=34.74%
G=12%
B=53.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165572530.350.7700.01273.069860.78
HexA539FD234D01111623d
Octal24571375431150142114275
Binary10100101111001111111011000111001101011000100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539FD; }

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

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

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

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

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

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

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

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