#A541FD

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

Shades of Blue Violet #A541FD

Tints of Blue Violet #A541FD

Color information

#A541FD (or 0xA541FD) is unknown color: approx Blue Violet. HEX triplet: A5, 41 and FD. RGB value is (165,65,253). Sum of RGB (Red+Green+Blue) = 165+65+253=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #A541FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541FD is #5ABE02. Grayscale: #737373. Windows color (decimal): -5946883 or 16597413. OLE color: 16597413.

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

Color convert

RGB16565253-
CMYK0.350.7400.01
HSL271.91º97.92%62.35%-
HSV(B)271.91º74.31%99.22%-
XYZ35.1418.8794.72-
YUV116.33205.13162.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=34.16%
G=13.46%
B=52.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal165652530.350.7400.01271.9197.9262.35
HexA541FD234A01110623e
Octal245101375431120142014276
Binary101001011000001111111011000111001010011000100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A541FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A541FD; }

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

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

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

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

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

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

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

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