#A137F2

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

Shades of Blue Violet #A137F2

Tints of Blue Violet #A137F2

Color information

#A137F2 (or 0xA137F2) is unknown color: approx Blue Violet. HEX triplet: A1, 37 and F2. RGB value is (161,55,242). Sum of RGB (Red+Green+Blue) = 161+55+242=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 242 (94.92% from 255 or 52.84% from 458); Max value from RGB is 242 - color contains mainly: blue. Hex color #A137F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137F2 is #5EC80D. Grayscale: #6B6B6B. Windows color (decimal): -6211598 or 15873953. OLE color: 15873953.

HSL color Cylindrical-coordinate representation of color #A137F2: hue angle of 274.01º degrees, saturation: 0.88, 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 #A137F2 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16155242-
CMYK0.330.7700.05
HSL274.01º87.79%58.24%-
HSV(B)274.01º77.27%94.9%-
XYZ32.0916.7285.54-
YUV108.01203.62165.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 55 (21.88% from 255) = 12.01%
BLUE value IS 242 (94.92% from 255) = 52.84%
R=35.15%
G=12.01%
B=52.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161552420.330.7700.05274.0187.7958.24
HexA137F2214D05112583a
Octal24167362411150542213072
Binary1010000111011111110010100001100110101011000100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137F2; }

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

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

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

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

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

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

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

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