#AB6AEA

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

Shades of Medium Purple #AB6AEA

Tints of Medium Purple #AB6AEA

Color information

#AB6AEA (or 0xAB6AEA) is unknown color: approx Medium Purple. HEX triplet: AB, 6A and EA. RGB value is (171,106,234). Sum of RGB (Red+Green+Blue) = 171+106+234=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB6AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AEA is #549515. Grayscale: #8B8B8B. Windows color (decimal): -5543190 or 15362731. OLE color: 15362731.

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

Color convert

RGB171106234-
CMYK0.270.5500.08
HSL270.47º75.29%66.67%-
HSV(B)270.47º54.7%91.76%-
XYZ36.824.9180.71-
YUV140.03181.03150.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=33.46%
G=20.74%
B=45.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711062340.270.5500.08270.4775.2966.67
HexAB6AEA1B370810e4b43
Octal2531523523367010416113103
Binary10101011110101011101010110111101110100010000111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AEA; }

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

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

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

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

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

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

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

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