#AB56FF

Color #AB56FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AB56FF

Tints of Medium Purple #AB56FF

Color information

#AB56FF (or 0xAB56FF) is unknown color: approx Medium Purple. HEX triplet: AB, 56 and FF. RGB value is (171,86,255). Sum of RGB (Red+Green+Blue) = 171+86+255=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56FF is #54A900. Grayscale: #828282. Windows color (decimal): -5548289 or 16733867. OLE color: 16733867.

HSL color Cylindrical-coordinate representation of color #AB56FF: hue angle of 270.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB56FF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17186255-
CMYK0.330.6600
HSL270.18º100%66.86%-
HSV(B)270.18º66.27%100%-
XYZ38.1722.5396.95-
YUV130.68198.16156.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 86 (33.98% from 255) = 16.80%
BLUE value IS 255 (100% from 255) = 49.80%
R=33.40%
G=16.80%
B=49.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171862550.330.6600270.1810066.86
HexAB56FF21420010e6443
Octal2531263774110200416144103
Binary1010101110101101111111110000110000100010000111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56FF; }

 p { color: rgb(171,86,255); }

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

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

 a { background-color: rgb(171,86,255); }

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

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

 span { border-color: rgb(171,86,255); }

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