#A137E8

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

Shades of Blue Violet #A137E8

Tints of Blue Violet #A137E8

Color information

#A137E8 (or 0xA137E8) is unknown color: approx Blue Violet. HEX triplet: A1, 37 and E8. RGB value is (161,55,232). Sum of RGB (Red+Green+Blue) = 161+55+232=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #A137E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137E8 is #5EC817. Grayscale: #6A6A6A. Windows color (decimal): -6211608 or 15218593. OLE color: 15218593.

HSL color Cylindrical-coordinate representation of color #A137E8: hue angle of 275.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A137E8 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16155232-
CMYK0.310.7600.09
HSL275.93º79.37%56.27%-
HSV(B)275.93º76.29%90.98%-
XYZ30.6316.1477.84-
YUV106.87198.62166.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 55 (21.88% from 255) = 12.28%
BLUE value IS 232 (91.02% from 255) = 51.79%
R=35.94%
G=12.28%
B=51.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161552320.310.7600.09275.9379.3756.27
HexA137E81F4C091144f38
Octal241673503711401142411770
Binary1010000111011111101000111111001100010011000101001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137E8; }

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

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

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

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

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

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

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

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