#AB21F4

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

Shades of Blue Violet #AB21F4

Tints of Blue Violet #AB21F4

Color information

#AB21F4 (or 0xAB21F4) is unknown color: approx Blue Violet. HEX triplet: AB, 21 and F4. RGB value is (171,33,244). Sum of RGB (Red+Green+Blue) = 171+33+244=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB21F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21F4 is #54DE0B. Grayscale: #616161. Windows color (decimal): -5561868 or 15999403. OLE color: 15999403.

HSL color Cylindrical-coordinate representation of color #AB21F4: hue angle of 279.24º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB21F4 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17133244-
CMYK0.300.8600.04
HSL279.24º90.56%54.31%-
HSV(B)279.24º86.48%95.69%-
XYZ33.6716.2886.96-
YUV98.32210.22179.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 33 (13.28% from 255) = 7.37%
BLUE value IS 244 (95.70% from 255) = 54.46%
R=38.17%
G=7.37%
B=54.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171332440.300.8600.04279.2490.5654.31
HexAB21F41E56041175b36
Octal25341364361260442713366
Binary101010111000011111010011110101011001001000101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21F4; }

 p { color: rgb(171,33,244); }

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

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

 a { background-color: rgb(171,33,244); }

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

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

 span { border-color: rgb(171,33,244); }

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