#A941F9

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

Shades of Blue Violet #A941F9

Tints of Blue Violet #A941F9

Color information

#A941F9 (or 0xA941F9) is unknown color: approx Blue Violet. HEX triplet: A9, 41 and F9. RGB value is (169,65,249). Sum of RGB (Red+Green+Blue) = 169+65+249=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #A941F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A941F9 is #56BE06. Grayscale: #747474. Windows color (decimal): -5684743 or 16335273. OLE color: 16335273.

HSL color Cylindrical-coordinate representation of color #A941F9: hue angle of 273.91º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A941F9 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16965249-
CMYK0.320.7400.02
HSL273.91º93.88%61.57%-
HSV(B)273.91º73.9%97.65%-
XYZ35.3519.0691.44-
YUV117.07202.46165.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 249 (97.66% from 255) = 51.55%
R=34.99%
G=13.46%
B=51.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169652490.320.7400.02273.9193.8861.57
HexA941F9204A021125e3e
Octal251101371401120242213676
Binary1010100110000011111100110000010010100101000100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A941F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A941F9; }

 p { color: rgb(169,65,249); }

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

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

 a { background-color: rgb(169,65,249); }

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

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

 span { border-color: rgb(169,65,249); }

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