#AB2DFE

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

Shades of Blue Violet #AB2DFE

Tints of Blue Violet #AB2DFE

Color information

#AB2DFE (or 0xAB2DFE) is unknown color: approx Blue Violet. HEX triplet: AB, 2D and FE. RGB value is (171,45,254). Sum of RGB (Red+Green+Blue) = 171+45+254=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB2DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFE is #54D201. Grayscale: #696969. Windows color (decimal): -5558786 or 16657835. OLE color: 16657835.

HSL color Cylindrical-coordinate representation of color #AB2DFE: hue angle of 276.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2DFE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17145254-
CMYK0.330.8200.00
HSL276.17º99.05%58.63%-
HSV(B)276.17º82.28%99.61%-
XYZ35.6217.6995.3-
YUV106.5211.24174.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 45 (17.97% from 255) = 9.57%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=36.38%
G=9.57%
B=54.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171452540.330.8200.00276.1799.0558.63
HexAB2DFE215200114633b
Octal25355376411220042414373
Binary10101011101101111111101000011010010001000101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2DFE; }

 p { color: rgb(171,45,254); }

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

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

 a { background-color: rgb(171,45,254); }

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

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

 span { border-color: rgb(171,45,254); }

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