#A541FF

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

Shades of Blue Violet #A541FF

Tints of Blue Violet #A541FF

Color information

#A541FF (or 0xA541FF) is unknown color: approx Blue Violet. HEX triplet: A5, 41 and FF. RGB value is (165,65,255). Sum of RGB (Red+Green+Blue) = 165+65+255=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #A541FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541FF is #5ABE00. Grayscale: #737373. Windows color (decimal): -5946881 or 16728485. OLE color: 16728485.

HSL color Cylindrical-coordinate representation of color #A541FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A541FF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16565255-
CMYK0.350.7500
HSL271.58º100%62.75%-
HSV(B)271.58º74.51%100%-
XYZ35.461996.41-
YUV116.56206.13162.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 65 (25.78% from 255) = 13.40%
BLUE value IS 255 (100% from 255) = 52.58%
R=34.02%
G=13.40%
B=52.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165652550.350.7500271.5810062.75
HexA541FF234B00110643f
Octal245101377431130042014477
Binary101001011000001111111111000111001011001000100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541FF; }

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

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

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

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

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

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

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

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