#AB11BE

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

Shades of Dark Violet #AB11BE

Tints of Dark Violet #AB11BE

Color information

#AB11BE (or 0xAB11BE) is unknown color: approx Dark Violet. HEX triplet: AB, 11 and BE. RGB value is (171,17,190). Sum of RGB (Red+Green+Blue) = 171+17+190=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11BE is #54EE41. Grayscale: #525252. Windows color (decimal): -5566018 or 12456363. OLE color: 12456363.

HSL color Cylindrical-coordinate representation of color #AB11BE: hue angle of 293.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB11BE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17117190-
CMYK0.100.9100.25
HSL293.41º83.57%40.59%-
HSV(B)293.41º91.05%74.51%-
XYZ26.2912.7849.8-
YUV82.77188.52190.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 17 (7.03% from 255) = 4.50%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=45.24%
G=4.50%
B=50.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171171900.100.9100.25293.4183.5740.59
HexAB11BEA5B0191255429
Octal253212761213303144512451
Binary101010111000110111110101010110110110011001001011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB11BE; }

 p { color: rgb(171,17,190); }

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

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

 a { background-color: rgb(171,17,190); }

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

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

 span { border-color: rgb(171,17,190); }

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