#AB70F8

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

Shades of Medium Purple #AB70F8

Tints of Medium Purple #AB70F8

Color information

#AB70F8 (or 0xAB70F8) is unknown color: approx Medium Purple. HEX triplet: AB, 70 and F8. RGB value is (171,112,248). Sum of RGB (Red+Green+Blue) = 171+112+248=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70F8 is #548F07. Grayscale: #909090. Windows color (decimal): -5541640 or 16281771. OLE color: 16281771.

HSL color Cylindrical-coordinate representation of color #AB70F8: hue angle of 266.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB70F8 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171112248-
CMYK0.310.5500.03
HSL266.03º90.67%70.59%-
HSV(B)266.03º54.84%97.25%-
XYZ39.5327.0291.94-
YUV145.14186.05146.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 248 (97.27% from 255) = 46.70%
R=32.20%
G=21.09%
B=46.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711122480.310.5500.03266.0390.6770.59
HexAB70F81F370310a5b47
Octal253160370376703412133107
Binary101010111110000111110001111111011101110000101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB70F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB70F8; }

 p { color: rgb(171,112,248); }

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

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

 a { background-color: rgb(171,112,248); }

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

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

 span { border-color: rgb(171,112,248); }

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