#AB61FC

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

Shades of Medium Purple #AB61FC

Tints of Medium Purple #AB61FC

Color information

#AB61FC (or 0xAB61FC) is unknown color: approx Medium Purple. HEX triplet: AB, 61 and FC. RGB value is (171,97,252). Sum of RGB (Red+Green+Blue) = 171+97+252=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB61FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61FC is #549E03. Grayscale: #888888. Windows color (decimal): -5545476 or 16540075. OLE color: 16540075.

HSL color Cylindrical-coordinate representation of color #AB61FC: hue angle of 268.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB61FC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17197252-
CMYK0.320.6200.01
HSL268.65º96.27%68.43%-
HSV(B)268.65º61.51%98.82%-
XYZ38.6424.2494.74-
YUV136.8193.02152.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=32.88%
G=18.65%
B=48.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171972520.320.6200.01268.6596.2768.43
HexAB61FC203E0110d6044
Octal253141374407601415140104
Binary101010111100001111111001000001111100110000110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61FC; }

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

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

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

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

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

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

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

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