#AB7FFA

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

Shades of Medium Purple #AB7FFA

Tints of Medium Purple #AB7FFA

Color information

#AB7FFA (or 0xAB7FFA) is unknown color: approx Medium Purple. HEX triplet: AB, 7F and FA. RGB value is (171,127,250). Sum of RGB (Red+Green+Blue) = 171+127+250=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FFA is #548005. Grayscale: #999999. Windows color (decimal): -5537798 or 16416683. OLE color: 16416683.

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

Color convert

RGB171127250-
CMYK0.320.4900.02
HSL261.46º92.48%73.92%-
HSV(B)261.46º49.2%98.04%-
XYZ41.6430.7494.18-
YUV154.18182.08140-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=31.20%
G=23.18%
B=45.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711272500.320.4900.02261.4692.4873.92
HexAB7FFA2031021055c4a
Octal253177372406102405134112
Binary1010101111111111111101010000011000101010000010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FFA; }

 p { color: rgb(171,127,250); }

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

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

 a { background-color: rgb(171,127,250); }

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

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

 span { border-color: rgb(171,127,250); }

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