#A246F7

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

Shades of Blue Violet #A246F7

Tints of Blue Violet #A246F7

Color information

#A246F7 (or 0xA246F7) is unknown color: approx Blue Violet. HEX triplet: A2, 46 and F7. RGB value is (162,70,247). Sum of RGB (Red+Green+Blue) = 162+70+247=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #A246F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A246F7 is #5DB908. Grayscale: #757575. Windows color (decimal): -6142217 or 16205474. OLE color: 16205474.

HSL color Cylindrical-coordinate representation of color #A246F7: hue angle of 271.19º 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 #A246F7 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16270247-
CMYK0.340.7200.03
HSL271.19º91.71%62.16%-
HSV(B)271.19º71.66%96.86%-
XYZ33.8818.7889.83-
YUV117.69200.98159.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 70 (27.73% from 255) = 14.61%
BLUE value IS 247 (96.88% from 255) = 51.57%
R=33.82%
G=14.61%
B=51.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162702470.340.7200.03271.1991.7162.16
HexA246F722480310f5c3e
Octal242106367421100341713476
Binary1010001010001101111011110001010010000111000011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A246F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A246F7; }

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

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

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

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

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

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

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

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