#AB5FF9

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

Shades of Medium Purple #AB5FF9

Tints of Medium Purple #AB5FF9

Color information

#AB5FF9 (or 0xAB5FF9) is unknown color: approx Medium Purple. HEX triplet: AB, 5F and F9. RGB value is (171,95,249). Sum of RGB (Red+Green+Blue) = 171+95+249=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB5FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FF9 is #54A006. Grayscale: #868686. Windows color (decimal): -5545991 or 16342955. OLE color: 16342955.

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

Color convert

RGB17195249-
CMYK0.310.6200.02
HSL269.61º92.77%67.45%-
HSV(B)269.61º61.85%97.65%-
XYZ37.9923.6892.19-
YUV135.28192.18153.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 249 (97.66% from 255) = 48.35%
R=33.20%
G=18.45%
B=48.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171952490.310.6200.02269.6192.7767.45
HexAB5FF91F3E0210e5d43
Octal253137371377602416135103
Binary101010111011111111110011111111111001010000111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FF9; }

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

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

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

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

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

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

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

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