#A01FF4

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

Shades of Blue Violet #A01FF4

Tints of Blue Violet #A01FF4

Color information

#A01FF4 (or 0xA01FF4) is unknown color: approx Blue Violet. HEX triplet: A0, 1F and F4. RGB value is (160,31,244). Sum of RGB (Red+Green+Blue) = 160+31+244=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #A01FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01FF4 is #5FE00B. Grayscale: #5D5D5D. Windows color (decimal): -6283276 or 15998880. OLE color: 15998880.

HSL color Cylindrical-coordinate representation of color #A01FF4: hue angle of 276.34º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01FF4 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16031244-
CMYK0.340.8700.04
HSL276.34º90.64%53.92%-
HSV(B)276.34º87.3%95.69%-
XYZ31.3214.9986.83-
YUV93.85212.74175.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 31 (12.5% from 255) = 7.13%
BLUE value IS 244 (95.70% from 255) = 56.09%
R=36.78%
G=7.13%
B=56.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160312440.340.8700.04276.3490.6453.92
HexA01FF42257041145b36
Octal24037364421270442413366
Binary101000001111111110100100010101011101001000101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01FF4; }

 p { color: rgb(160,31,244); }

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

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

 a { background-color: rgb(160,31,244); }

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

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

 span { border-color: rgb(160,31,244); }

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