#A01AFD

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

Shades of Blue Violet #A01AFD

Tints of Blue Violet #A01AFD

Color information

#A01AFD (or 0xA01AFD) is unknown color: approx Blue Violet. HEX triplet: A0, 1A and FD. RGB value is (160,26,253). Sum of RGB (Red+Green+Blue) = 160+26+253=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #A01AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01AFD is #5FE502. Grayscale: #5B5B5B. Windows color (decimal): -6284547 or 16587424. OLE color: 16587424.

HSL color Cylindrical-coordinate representation of color #A01AFD: hue angle of 275.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01AFD is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16026253-
CMYK0.370.9000.01
HSL275.42º98.27%54.71%-
HSV(B)275.42º89.72%99.22%-
XYZ32.615.394.16-
YUV91.94218.89176.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 26 (10.55% from 255) = 5.92%
BLUE value IS 253 (99.22% from 255) = 57.63%
R=36.45%
G=5.92%
B=57.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160262530.370.9000.01275.4298.2754.71
HexA01AFD255A011136237
Octal24032375451320142314267
Binary1010000011010111111011001011011010011000100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01AFD; }

 p { color: rgb(160,26,253); }

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

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

 a { background-color: rgb(160,26,253); }

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

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

 span { border-color: rgb(160,26,253); }

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