#A046FC

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

Shades of Blue Violet #A046FC

Tints of Blue Violet #A046FC

Color information

#A046FC (or 0xA046FC) is unknown color: approx Blue Violet. HEX triplet: A0, 46 and FC. RGB value is (160,70,252). Sum of RGB (Red+Green+Blue) = 160+70+252=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #A046FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046FC is #5FB903. Grayscale: #757575. Windows color (decimal): -6273284 or 16533152. OLE color: 16533152.

HSL color Cylindrical-coordinate representation of color #A046FC: hue angle of 269.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A046FC is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16070252-
CMYK0.370.7200.01
HSL269.67º96.81%63.14%-
HSV(B)269.67º72.22%98.82%-
XYZ34.2618.8893.93-
YUV117.66203.82158.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 70 (27.73% from 255) = 14.52%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=33.20%
G=14.52%
B=52.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160702520.370.7200.01269.6796.8163.14
HexA046FC25480110e613f
Octal240106374451100141614177
Binary101000001000110111111001001011001000011000011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046FC; }

 p { color: rgb(160,70,252); }

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

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

 a { background-color: rgb(160,70,252); }

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

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

 span { border-color: rgb(160,70,252); }

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