#AB3FFB

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

Shades of Blue Violet #AB3FFB

Tints of Blue Violet #AB3FFB

Color information

#AB3FFB (or 0xAB3FFB) is unknown color: approx Blue Violet. HEX triplet: AB, 3F and FB. RGB value is (171,63,251). Sum of RGB (Red+Green+Blue) = 171+63+251=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3FFB is #54C004. Grayscale: #747474. Windows color (decimal): -5554181 or 16465835. OLE color: 16465835.

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

Color convert

RGB17163251-
CMYK0.320.7500.02
HSL274.47º95.92%61.57%-
HSV(B)274.47º74.9%98.43%-
XYZ35.9819.1893.07-
YUV116.72203.78166.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 63 (25% from 255) = 12.99%
BLUE value IS 251 (98.44% from 255) = 51.75%
R=35.26%
G=12.99%
B=51.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171632510.320.7500.02274.4795.9261.57
HexAB3FFB204B02112603e
Octal25377373401130242214076
Binary101010111111111111101110000010010110101000100101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3FFB; }

 p { color: rgb(171,63,251); }

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

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

 a { background-color: rgb(171,63,251); }

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

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

 span { border-color: rgb(171,63,251); }

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