#A019F3

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

Shades of Blue Violet #A019F3

Tints of Blue Violet #A019F3

Color information

#A019F3 (or 0xA019F3) is unknown color: approx Blue Violet. HEX triplet: A0, 19 and F3. RGB value is (160,25,243). Sum of RGB (Red+Green+Blue) = 160+25+243=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #A019F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019F3 is #5FE60C. Grayscale: #595959. Windows color (decimal): -6284813 or 15931808. OLE color: 15931808.

HSL color Cylindrical-coordinate representation of color #A019F3: hue angle of 277.16º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019F3 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16025243-
CMYK0.340.9000.05
HSL277.16º90.08%52.55%-
HSV(B)277.16º89.71%95.29%-
XYZ31.0214.6485.98-
YUV90.22214.23177.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 25 (10.16% from 255) = 5.84%
BLUE value IS 243 (95.31% from 255) = 56.78%
R=37.38%
G=5.84%
B=56.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160252430.340.9000.05277.1690.0852.55
HexA019F3225A051155a35
Octal24031363421320542513265
Binary101000001100111110011100010101101001011000101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A019F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A019F3; }

 p { color: rgb(160,25,243); }

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

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

 a { background-color: rgb(160,25,243); }

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

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

 span { border-color: rgb(160,25,243); }

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