#A338F9

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

Shades of Blue Violet #A338F9

Tints of Blue Violet #A338F9

Color information

#A338F9 (or 0xA338F9) is unknown color: approx Blue Violet. HEX triplet: A3, 38 and F9. RGB value is (163,56,249). Sum of RGB (Red+Green+Blue) = 163+56+249=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #A338F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338F9 is #5CC706. Grayscale: #6D6D6D. Windows color (decimal): -6080263 or 16332963. OLE color: 16332963.

HSL color Cylindrical-coordinate representation of color #A338F9: hue angle of 273.26º 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 #A338F9 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16356249-
CMYK0.350.7800.02
HSL273.26º94.15%59.8%-
HSV(B)273.26º77.51%97.65%-
XYZ33.6217.4591.22-
YUV110206.45165.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 56 (22.27% from 255) = 11.97%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=34.83%
G=11.97%
B=53.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163562490.350.7800.02273.2694.1559.8
HexA338F9234E021115e3c
Octal24370371431160242113674
Binary101000111110001111100110001110011100101000100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338F9; }

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

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

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

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

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

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

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

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