#AB1CEB

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

Shades of Blue Violet #AB1CEB

Tints of Blue Violet #AB1CEB

Color information

#AB1CEB (or 0xAB1CEB) is unknown color: approx Blue Violet. HEX triplet: AB, 1C and EB. RGB value is (171,28,235). Sum of RGB (Red+Green+Blue) = 171+28+235=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB1CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CEB is #54E314. Grayscale: #5D5D5D. Windows color (decimal): -5563157 or 15408299. OLE color: 15408299.

HSL color Cylindrical-coordinate representation of color #AB1CEB: hue angle of 281.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1CEB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17128235-
CMYK0.270.8800.08
HSL281.45º83.81%51.57%-
HSV(B)281.45º88.09%92.16%-
XYZ32.2115.4979.89-
YUV94.36207.38182.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 28 (11.33% from 255) = 6.45%
BLUE value IS 235 (92.19% from 255) = 54.15%
R=39.40%
G=6.45%
B=54.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171282350.270.8800.08281.4583.8151.57
HexAB1CEB1B58081195434
Octal253343533313001043112464
Binary101010111110011101011110111011000010001000110011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1CEB; }

 p { color: rgb(171,28,235); }

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

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

 a { background-color: rgb(171,28,235); }

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

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

 span { border-color: rgb(171,28,235); }

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