#AB6FEA

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

Shades of Medium Purple #AB6FEA

Tints of Medium Purple #AB6FEA

Color information

#AB6FEA (or 0xAB6FEA) is unknown color: approx Medium Purple. HEX triplet: AB, 6F and EA. RGB value is (171,111,234). Sum of RGB (Red+Green+Blue) = 171+111+234=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FEA is #549015. Grayscale: #8E8E8E. Windows color (decimal): -5541910 or 15364011. OLE color: 15364011.

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

Color convert

RGB171111234-
CMYK0.270.5300.08
HSL269.27º74.55%67.65%-
HSV(B)269.27º52.56%91.76%-
XYZ37.3325.9780.89-
YUV142.96179.38148-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=33.14%
G=21.51%
B=45.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711112340.270.5300.08269.2774.5567.65
HexAB6FEA1B350810d4b44
Octal2531573523365010415113104
Binary10101011110111111101010110111101010100010000110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FEA; }

 p { color: rgb(171,111,234); }

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

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

 a { background-color: rgb(171,111,234); }

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

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

 span { border-color: rgb(171,111,234); }

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