#A13BFB

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

Shades of Blue Violet #A13BFB

Tints of Blue Violet #A13BFB

Color information

#A13BFB (or 0xA13BFB) is unknown color: approx Blue Violet. HEX triplet: A1, 3B and FB. RGB value is (161,59,251). Sum of RGB (Red+Green+Blue) = 161+59+251=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #A13BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13BFB is #5EC404. Grayscale: #6E6E6E. Windows color (decimal): -6210565 or 16464801. OLE color: 16464801.

HSL color Cylindrical-coordinate representation of color #A13BFB: hue angle of 271.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13BFB is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16159251-
CMYK0.360.7600.02
HSL271.88º96%60.78%-
HSV(B)271.88º76.49%98.43%-
XYZ33.6717.6792.9-
YUV111.39206.79163.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 59 (23.44% from 255) = 12.53%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=34.18%
G=12.53%
B=53.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161592510.360.7600.02271.889660.78
HexA13BFB244C02110603d
Octal24173373441140242014075
Binary101000011110111111101110010010011000101000100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BFB; }

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

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

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

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

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

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

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

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