#A337F1

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

Shades of Blue Violet #A337F1

Tints of Blue Violet #A337F1

Color information

#A337F1 (or 0xA337F1) is unknown color: approx Blue Violet. HEX triplet: A3, 37 and F1. RGB value is (163,55,241). Sum of RGB (Red+Green+Blue) = 163+55+241=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #A337F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A337F1 is #5CC80E. Grayscale: #6B6B6B. Windows color (decimal): -6080527 or 15808419. OLE color: 15808419.

HSL color Cylindrical-coordinate representation of color #A337F1: hue angle of 274.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A337F1 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16355241-
CMYK0.320.7700.05
HSL274.84º86.92%58.04%-
HSV(B)274.84º77.18%94.51%-
XYZ32.3516.8784.77-
YUV108.5202.78166.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 55 (21.88% from 255) = 11.98%
BLUE value IS 241 (94.53% from 255) = 52.51%
R=35.51%
G=11.98%
B=52.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163552410.320.7700.05274.8486.9258.04
HexA337F1204D05113573a
Octal24367361401150542312772
Binary1010001111011111110001100000100110101011000100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A337F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A337F1; }

 p { color: rgb(163,55,241); }

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

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

 a { background-color: rgb(163,55,241); }

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

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

 span { border-color: rgb(163,55,241); }

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