#AB61F9

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

Shades of Medium Purple #AB61F9

Tints of Medium Purple #AB61F9

Color information

#AB61F9 (or 0xAB61F9) is unknown color: approx Medium Purple. HEX triplet: AB, 61 and F9. RGB value is (171,97,249). Sum of RGB (Red+Green+Blue) = 171+97+249=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB61F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61F9 is #549E06. Grayscale: #878787. Windows color (decimal): -5545479 or 16343467. OLE color: 16343467.

HSL color Cylindrical-coordinate representation of color #AB61F9: hue angle of 269.21º degrees, saturation: 0.93, 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 #AB61F9 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17197249-
CMYK0.310.6100.02
HSL269.21º92.68%67.84%-
HSV(B)269.21º61.04%97.65%-
XYZ38.1724.0592.25-
YUV136.45191.52152.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=33.08%
G=18.76%
B=48.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171972490.310.6100.02269.2192.6867.84
HexAB61F91F3D0210d5d44
Octal253141371377502415135104
Binary101010111100001111110011111111110101010000110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61F9; }

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

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

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

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

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

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

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

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