#A337F5

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

Shades of Blue Violet #A337F5

Tints of Blue Violet #A337F5

Color information

#A337F5 (or 0xA337F5) is unknown color: approx Blue Violet. HEX triplet: A3, 37 and F5. RGB value is (163,55,245). Sum of RGB (Red+Green+Blue) = 163+55+245=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #A337F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A337F5 is #5CC80A. Grayscale: #6C6C6C. Windows color (decimal): -6080523 or 16070563. OLE color: 16070563.

HSL color Cylindrical-coordinate representation of color #A337F5: hue angle of 274.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A337F5 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16355245-
CMYK0.330.7800.04
HSL274.11º90.48%58.82%-
HSV(B)274.11º77.55%96.08%-
XYZ32.9517.1187.95-
YUV108.95204.78166.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 55 (21.88% from 255) = 11.88%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=35.21%
G=11.88%
B=52.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal163552450.330.7800.04274.1190.4858.82
HexA337F5214E041125a3b
Octal24367365411160442213273
Binary1010001111011111110101100001100111001001000100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A337F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A337F5; }

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

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

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

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

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

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

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

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