#A046F7

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

Shades of Blue Violet #A046F7

Tints of Blue Violet #A046F7

Color information

#A046F7 (or 0xA046F7) is unknown color: approx Blue Violet. HEX triplet: A0, 46 and F7. RGB value is (160,70,247). Sum of RGB (Red+Green+Blue) = 160+70+247=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #A046F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046F7 is #5FB908. Grayscale: #747474. Windows color (decimal): -6273289 or 16205472. OLE color: 16205472.

HSL color Cylindrical-coordinate representation of color #A046F7: hue angle of 270.51º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A046F7 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16070247-
CMYK0.350.7200.03
HSL270.51º91.71%62.16%-
HSV(B)270.51º71.66%96.86%-
XYZ33.4818.5789.82-
YUV117.09201.32158.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 70 (27.73% from 255) = 14.68%
BLUE value IS 247 (96.88% from 255) = 51.78%
R=33.54%
G=14.68%
B=51.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160702470.350.7200.03270.5191.7162.16
HexA046F723480310f5c3e
Octal240106367431100341713476
Binary1010000010001101111011110001110010000111000011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046F7; }

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

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

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

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

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

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

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

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