#A137F4

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

Shades of Blue Violet #A137F4

Tints of Blue Violet #A137F4

Color information

#A137F4 (or 0xA137F4) is unknown color: approx Blue Violet. HEX triplet: A1, 37 and F4. RGB value is (161,55,244). Sum of RGB (Red+Green+Blue) = 161+55+244=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #A137F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137F4 is #5EC80B. Grayscale: #6B6B6B. Windows color (decimal): -6211596 or 16005025. OLE color: 16005025.

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

Color convert

RGB16155244-
CMYK0.340.7700.04
HSL273.65º89.57%58.63%-
HSV(B)273.65º77.46%95.69%-
XYZ32.3916.8487.13-
YUV108.24204.62165.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 55 (21.88% from 255) = 11.96%
BLUE value IS 244 (95.70% from 255) = 53.04%
R=35%
G=11.96%
B=53.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161552440.340.7700.04273.6589.5758.63
HexA137F4224D041125a3b
Octal24167364421150442213273
Binary1010000111011111110100100010100110101001000100101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137F4; }

 p { color: rgb(161,55,244); }

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

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

 a { background-color: rgb(161,55,244); }

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

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

 span { border-color: rgb(161,55,244); }

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