#A13BE7

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

Shades of Blue Violet #A13BE7

Tints of Blue Violet #A13BE7

Color information

#A13BE7 (or 0xA13BE7) is unknown color: approx Blue Violet. HEX triplet: A1, 3B and E7. RGB value is (161,59,231). Sum of RGB (Red+Green+Blue) = 161+59+231=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #A13BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13BE7 is #5EC418. Grayscale: #6C6C6C. Windows color (decimal): -6210585 or 15154081. OLE color: 15154081.

HSL color Cylindrical-coordinate representation of color #A13BE7: hue angle of 275.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13BE7 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16159231-
CMYK0.300.7400.09
HSL275.58º78.18%56.86%-
HSV(B)275.58º74.46%90.59%-
XYZ30.6916.4777.16-
YUV109.11196.79165.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 231 (90.62% from 255) = 51.22%
R=35.70%
G=13.08%
B=51.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161592310.300.7400.09275.5878.1856.86
HexA13BE71E4A091144e39
Octal241733473611201142411671
Binary1010000111101111100111111101001010010011000101001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BE7; }

 p { color: rgb(161,59,231); }

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

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

 a { background-color: rgb(161,59,231); }

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

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

 span { border-color: rgb(161,59,231); }

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