#A931F6

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

Shades of Blue Violet #A931F6

Tints of Blue Violet #A931F6

Color information

#A931F6 (or 0xA931F6) is unknown color: approx Blue Violet. HEX triplet: A9, 31 and F6. RGB value is (169,49,246). Sum of RGB (Red+Green+Blue) = 169+49+246=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #A931F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A931F6 is #56CE09. Grayscale: #6A6A6A. Windows color (decimal): -5688842 or 16134569. OLE color: 16134569.

HSL color Cylindrical-coordinate representation of color #A931F6: hue angle of 276.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A931F6 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16949246-
CMYK0.310.8000.04
HSL276.55º91.63%57.84%-
HSV(B)276.55º80.08%96.47%-
XYZ34.117.2988.73-
YUV107.34206.26171.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 49 (19.53% from 255) = 10.56%
BLUE value IS 246 (96.48% from 255) = 53.02%
R=36.42%
G=10.56%
B=53.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169492460.310.8000.04276.5591.6357.84
HexA931F61F50041155c3a
Octal25161366371200442513472
Binary101010011100011111011011111101000001001000101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A931F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A931F6; }

 p { color: rgb(169,49,246); }

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

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

 a { background-color: rgb(169,49,246); }

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

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

 span { border-color: rgb(169,49,246); }

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