#AB61FA

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

Shades of Medium Purple #AB61FA

Tints of Medium Purple #AB61FA

Color information

#AB61FA (or 0xAB61FA) is unknown color: approx Medium Purple. HEX triplet: AB, 61 and FA. RGB value is (171,97,250). Sum of RGB (Red+Green+Blue) = 171+97+250=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB61FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61FA is #549E05. Grayscale: #888888. Windows color (decimal): -5545478 or 16409003. OLE color: 16409003.

HSL color Cylindrical-coordinate representation of color #AB61FA: hue angle of 269.02º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB61FA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17197250-
CMYK0.320.6100.02
HSL269.02º93.87%68.04%-
HSV(B)269.02º61.2%98.04%-
XYZ38.3224.1193.08-
YUV136.57192.02152.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=33.01%
G=18.73%
B=48.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171972500.320.6100.02269.0293.8768.04
HexAB61FA203D0210d5e44
Octal253141372407502415136104
Binary1010101111000011111101010000011110101010000110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61FA; }

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

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

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

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

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

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

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

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