#A938F9

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

Shades of Blue Violet #A938F9

Tints of Blue Violet #A938F9

Color information

#A938F9 (or 0xA938F9) is unknown color: approx Blue Violet. HEX triplet: A9, 38 and F9. RGB value is (169,56,249). Sum of RGB (Red+Green+Blue) = 169+56+249=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #A938F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A938F9 is #56C706. Grayscale: #6F6F6F. Windows color (decimal): -5687047 or 16332969. OLE color: 16332969.

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

Color convert

RGB16956249-
CMYK0.320.7800.02
HSL275.13º94.15%59.8%-
HSV(B)275.13º77.51%97.65%-
XYZ34.8818.191.28-
YUV111.79205.44168.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 56 (22.27% from 255) = 11.81%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=35.65%
G=11.81%
B=52.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169562490.320.7800.02275.1394.1559.8
HexA938F9204E021135e3c
Octal25170371401160242313674
Binary101010011110001111100110000010011100101000100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A938F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A938F9; }

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

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

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

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

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

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

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

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