#AB7EFA

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

Shades of Medium Purple #AB7EFA

Tints of Medium Purple #AB7EFA

Color information

#AB7EFA (or 0xAB7EFA) is unknown color: approx Medium Purple. HEX triplet: AB, 7E and FA. RGB value is (171,126,250). Sum of RGB (Red+Green+Blue) = 171+126+250=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFA is #548105. Grayscale: #999999. Windows color (decimal): -5538054 or 16416427. OLE color: 16416427.

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

Color convert

RGB171126250-
CMYK0.320.5000.02
HSL261.77º92.54%73.73%-
HSV(B)261.77º49.6%98.04%-
XYZ41.5130.4894.14-
YUV153.59182.41140.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=31.26%
G=23.03%
B=45.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711262500.320.5000.02261.7792.5473.73
HexAB7EFA2032021065d4a
Octal253176372406202406135112
Binary1010101111111101111101010000011001001010000011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7EFA; }

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

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

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

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

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

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

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

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