#AB60F9

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

Shades of Medium Purple #AB60F9

Tints of Medium Purple #AB60F9

Color information

#AB60F9 (or 0xAB60F9) is unknown color: approx Medium Purple. HEX triplet: AB, 60 and F9. RGB value is (171,96,249). Sum of RGB (Red+Green+Blue) = 171+96+249=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60F9 is #549F06. Grayscale: #878787. Windows color (decimal): -5545735 or 16343211. OLE color: 16343211.

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

Color convert

RGB17196249-
CMYK0.310.6100.02
HSL269.41º92.73%67.65%-
HSV(B)269.41º61.45%97.65%-
XYZ38.0823.8692.22-
YUV135.87191.85153.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 249 (97.66% from 255) = 48.26%
R=33.14%
G=18.60%
B=48.26%

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
Decimal171962490.310.6100.02269.4192.7367.65
HexAB60F91F3D0210d5d44
Octal253140371377502415135104
Binary101010111100000111110011111111110101010000110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60F9; }

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

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

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

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

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

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

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

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