#AB60F1

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

Shades of Medium Purple #AB60F1

Tints of Medium Purple #AB60F1

Color information

#AB60F1 (or 0xAB60F1) is unknown color: approx Medium Purple. HEX triplet: AB, 60 and F1. RGB value is (171,96,241). Sum of RGB (Red+Green+Blue) = 171+96+241=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB60F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60F1 is #549F0E. Grayscale: #868686. Windows color (decimal): -5545743 or 15818923. OLE color: 15818923.

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

Color convert

RGB17196241-
CMYK0.290.6000.05
HSL271.03º83.82%66.08%-
HSV(B)271.03º60.17%94.51%-
XYZ36.8523.3785.79-
YUV134.95187.85153.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 96 (37.89% from 255) = 18.90%
BLUE value IS 241 (94.53% from 255) = 47.44%
R=33.66%
G=18.90%
B=47.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171962410.290.6000.05271.0383.8266.08
HexAB60F11D3C0510f5442
Octal253140361357405417124102
Binary1010101111000001111000111101111100010110000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60F1; }

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

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

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

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

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

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

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

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