#AB5FF7

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

Shades of Medium Purple #AB5FF7

Tints of Medium Purple #AB5FF7

Color information

#AB5FF7 (or 0xAB5FF7) is unknown color: approx Medium Purple. HEX triplet: AB, 5F and F7. RGB value is (171,95,247). Sum of RGB (Red+Green+Blue) = 171+95+247=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB5FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FF7 is #54A008. Grayscale: #868686. Windows color (decimal): -5545993 or 16211883. OLE color: 16211883.

HSL color Cylindrical-coordinate representation of color #AB5FF7: hue angle of 270º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5FF7 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17195247-
CMYK0.310.6200.03
HSL270º90.48%67.06%-
HSV(B)270º61.54%96.86%-
XYZ37.6823.5690.56-
YUV135.05191.18153.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 18.52%
BLUE value IS 247 (96.88% from 255) = 48.15%
R=33.33%
G=18.52%
B=48.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal171952470.310.6200.0327090.4867.06
HexAB5FF71F3E0310e5a43
Octal253137367377603416132103
Binary101010111011111111101111111111111001110000111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FF7; }

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

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

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

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

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

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

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

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