#AB2EFE

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

Shades of Blue Violet #AB2EFE

Tints of Blue Violet #AB2EFE

Color information

#AB2EFE (or 0xAB2EFE) is unknown color: approx Blue Violet. HEX triplet: AB, 2E and FE. RGB value is (171,46,254). Sum of RGB (Red+Green+Blue) = 171+46+254=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB2EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EFE is #54D101. Grayscale: #6A6A6A. Windows color (decimal): -5558530 or 16658091. OLE color: 16658091.

HSL color Cylindrical-coordinate representation of color #AB2EFE: hue angle of 276.06º 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 #AB2EFE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17146254-
CMYK0.330.8200.00
HSL276.06º99.05%58.82%-
HSV(B)276.06º81.89%99.61%-
XYZ35.6617.7795.32-
YUV107.09210.91173.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 46 (18.36% from 255) = 9.77%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=36.31%
G=9.77%
B=53.93%

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
Decimal171462540.330.8200.00276.0699.0558.82
HexAB2EFE215200114633b
Octal25356376411220042414373
Binary10101011101110111111101000011010010001000101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2EFE; }

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

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

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

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

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

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

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

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