#AB61F1

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

Shades of Medium Purple #AB61F1

Tints of Medium Purple #AB61F1

Color information

#AB61F1 (or 0xAB61F1) is unknown color: approx Medium Purple. HEX triplet: AB, 61 and F1. RGB value is (171,97,241). Sum of RGB (Red+Green+Blue) = 171+97+241=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB61F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61F1 is #549E0E. Grayscale: #878787. Windows color (decimal): -5545487 or 15819179. OLE color: 15819179.

HSL color Cylindrical-coordinate representation of color #AB61F1: hue angle of 270.83º 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 #AB61F1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17197241-
CMYK0.290.6000.05
HSL270.83º83.72%66.27%-
HSV(B)270.83º59.75%94.51%-
XYZ36.9523.5685.82-
YUV135.54187.52153.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 97 (38.28% from 255) = 19.06%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=33.60%
G=19.06%
B=47.35%

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
Decimal171972410.290.6000.05270.8383.7266.27
HexAB61F11D3C0510f5442
Octal253141361357405417124102
Binary1010101111000011111000111101111100010110000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61F1; }

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

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

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

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

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

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

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

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