#AB82F9

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

Shades of Medium Purple #AB82F9

Tints of Medium Purple #AB82F9

Color information

#AB82F9 (or 0xAB82F9) is unknown color: approx Medium Purple. HEX triplet: AB, 82 and F9. RGB value is (171,130,249). Sum of RGB (Red+Green+Blue) = 171+130+249=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB82F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB82F9 is #547D06. Grayscale: #9B9B9B. Windows color (decimal): -5537031 or 16351915. OLE color: 16351915.

HSL color Cylindrical-coordinate representation of color #AB82F9: hue angle of 260.67º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB82F9 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171130249-
CMYK0.310.4800.02
HSL260.67º90.84%74.31%-
HSV(B)260.67º47.79%97.65%-
XYZ41.8831.4693.49-
YUV155.82180.58138.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=31.09%
G=23.64%
B=45.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711302490.310.4800.02260.6790.8474.31
HexAB82F91F30021055b4a
Octal253202371376002405133112
Binary1010101110000010111110011111111000001010000010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82F9; }

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

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

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

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

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

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

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

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