#AB2BEC

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

Shades of Blue Violet #AB2BEC

Tints of Blue Violet #AB2BEC

Color information

#AB2BEC (or 0xAB2BEC) is unknown color: approx Blue Violet. HEX triplet: AB, 2B and EC. RGB value is (171,43,236). Sum of RGB (Red+Green+Blue) = 171+43+236=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BEC is #54D413. Grayscale: #666666. Windows color (decimal): -5559316 or 15477675. OLE color: 15477675.

HSL color Cylindrical-coordinate representation of color #AB2BEC: hue angle of 279.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2BEC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17143236-
CMYK0.280.8200.07
HSL279.79º83.55%54.71%-
HSV(B)279.79º81.78%92.55%-
XYZ32.816.4480.8-
YUV103.27202.91176.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 43 (17.19% from 255) = 9.56%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=38%
G=9.56%
B=52.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171432360.280.8200.07279.7983.5554.71
HexAB2BEC1C52071185437
Octal25353354341220743012467
Binary101010111010111110110011100101001001111000110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2BEC; }

 p { color: rgb(171,43,236); }

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

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

 a { background-color: rgb(171,43,236); }

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

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

 span { border-color: rgb(171,43,236); }

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