#AB2CF8

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

Shades of Blue Violet #AB2CF8

Tints of Blue Violet #AB2CF8

Color information

#AB2CF8 (or 0xAB2CF8) is unknown color: approx Blue Violet. HEX triplet: AB, 2C and F8. RGB value is (171,44,248). Sum of RGB (Red+Green+Blue) = 171+44+248=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB2CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CF8 is #54D307. Grayscale: #686868. Windows color (decimal): -5559048 or 16264363. OLE color: 16264363.

HSL color Cylindrical-coordinate representation of color #AB2CF8: hue angle of 277.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2CF8 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17144248-
CMYK0.310.8200.03
HSL277.35º93.58%57.25%-
HSV(B)277.35º82.26%97.25%-
XYZ34.6417.2490.31-
YUV105.23208.58174.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 44 (17.58% from 255) = 9.50%
BLUE value IS 248 (97.27% from 255) = 53.56%
R=36.93%
G=9.50%
B=53.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal171442480.310.8200.03277.3593.5857.25
HexAB2CF81F52031155e39
Octal25354370371220342513671
Binary10101011101100111110001111110100100111000101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CF8; }

 p { color: rgb(171,44,248); }

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

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

 a { background-color: rgb(171,44,248); }

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

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

 span { border-color: rgb(171,44,248); }

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