#AB7FEB

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

Shades of Medium Purple #AB7FEB

Tints of Medium Purple #AB7FEB

Color information

#AB7FEB (or 0xAB7FEB) is unknown color: approx Medium Purple. HEX triplet: AB, 7F and EB. RGB value is (171,127,235). Sum of RGB (Red+Green+Blue) = 171+127+235=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FEB is #548014. Grayscale: #989898. Windows color (decimal): -5537813 or 15433643. OLE color: 15433643.

HSL color Cylindrical-coordinate representation of color #AB7FEB: hue angle of 264.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7FEB is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171127235-
CMYK0.270.4600.08
HSL264.44º72.97%70.98%-
HSV(B)264.44º45.96%92.16%-
XYZ39.3829.8382.28-
YUV152.47174.58141.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 127 (50% from 255) = 23.83%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=32.08%
G=23.83%
B=44.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711272350.270.4600.08264.4472.9770.98
HexAB7FEB1B2E081084947
Octal2531773533356010410111107
Binary10101011111111111101011110111011100100010000100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FEB; }

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

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

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

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

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

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

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

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