#A942F9

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

Shades of Blue Violet #A942F9

Tints of Blue Violet #A942F9

Color information

#A942F9 (or 0xA942F9) is unknown color: approx Blue Violet. HEX triplet: A9, 42 and F9. RGB value is (169,66,249). Sum of RGB (Red+Green+Blue) = 169+66+249=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #A942F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A942F9 is #56BD06. Grayscale: #757575. Windows color (decimal): -5684487 or 16335529. OLE color: 16335529.

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

Color convert

RGB16966249-
CMYK0.320.7300.02
HSL273.77º93.85%61.76%-
HSV(B)273.77º73.49%97.65%-
XYZ35.4119.1791.46-
YUV117.66202.12164.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 66 (26.17% from 255) = 13.64%
BLUE value IS 249 (97.66% from 255) = 51.45%
R=34.92%
G=13.64%
B=51.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169662490.320.7300.02273.7793.8561.76
HexA942F92049021125e3e
Octal251102371401110242213676
Binary1010100110000101111100110000010010010101000100101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942F9; }

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

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

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

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

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

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

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

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