#A015F4

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

Shades of Blue Violet #A015F4

Tints of Blue Violet #A015F4

Color information

#A015F4 (or 0xA015F4) is unknown color: approx Blue Violet. HEX triplet: A0, 15 and F4. RGB value is (160,21,244). Sum of RGB (Red+Green+Blue) = 160+21+244=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #A015F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015F4 is #5FEA0B. Grayscale: #575757. Windows color (decimal): -6285836 or 15996320. OLE color: 15996320.

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

Color convert

RGB16021244-
CMYK0.340.9100.04
HSL277.4º91.02%51.96%-
HSV(B)277.4º91.39%95.69%-
XYZ31.0914.5486.76-
YUV87.98216.05179.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 21 (8.59% from 255) = 4.94%
BLUE value IS 244 (95.70% from 255) = 57.41%
R=37.65%
G=4.94%
B=57.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160212440.340.9100.04277.491.0251.96
HexA015F4225B041155b34
Octal24025364421330442513364
Binary101000001010111110100100010101101101001000101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A015F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A015F4; }

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

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

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

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

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

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

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

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