#AB6EFE

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

Shades of Medium Purple #AB6EFE

Tints of Medium Purple #AB6EFE

Color information

#AB6EFE (or 0xAB6EFE) is unknown color: approx Medium Purple. HEX triplet: AB, 6E and FE. RGB value is (171,110,254). Sum of RGB (Red+Green+Blue) = 171+110+254=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EFE is #549101. Grayscale: #909090. Windows color (decimal): -5542146 or 16674475. OLE color: 16674475.

HSL color Cylindrical-coordinate representation of color #AB6EFE: hue angle of 265.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6EFE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171110254-
CMYK0.330.5700.00
HSL265.42º98.63%71.37%-
HSV(B)265.42º56.69%99.61%-
XYZ40.2626.9796.85-
YUV144.65189.71146.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 110 (43.36% from 255) = 20.56%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=31.96%
G=20.56%
B=47.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711102540.330.5700.00265.4298.6371.37
HexAB6EFE2139001096347
Octal253156376417100411143107
Binary101010111101110111111101000011110010010000100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EFE; }

 p { color: rgb(171,110,254); }

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

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

 a { background-color: rgb(171,110,254); }

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

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

 span { border-color: rgb(171,110,254); }

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