#AB5FF1

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

Shades of Medium Purple #AB5FF1

Tints of Medium Purple #AB5FF1

Color information

#AB5FF1 (or 0xAB5FF1) is unknown color: approx Medium Purple. HEX triplet: AB, 5F and F1. RGB value is (171,95,241). Sum of RGB (Red+Green+Blue) = 171+95+241=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB5FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FF1 is #54A00E. Grayscale: #858585. Windows color (decimal): -5545999 or 15818667. OLE color: 15818667.

HSL color Cylindrical-coordinate representation of color #AB5FF1: hue angle of 271.23º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5FF1 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17195241-
CMYK0.290.6100.05
HSL271.23º83.91%65.88%-
HSV(B)271.23º60.58%94.51%-
XYZ36.7623.1985.76-
YUV134.37188.18154.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=33.73%
G=18.74%
B=47.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171952410.290.6100.05271.2383.9165.88
HexAB5FF11D3D0510f5442
Octal253137361357505417124102
Binary1010101110111111111000111101111101010110000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FF1; }

 p { color: rgb(171,95,241); }

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

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

 a { background-color: rgb(171,95,241); }

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

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

 span { border-color: rgb(171,95,241); }

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