#AB6AFA

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

Shades of Medium Purple #AB6AFA

Tints of Medium Purple #AB6AFA

Color information

#AB6AFA (or 0xAB6AFA) is unknown color: approx Medium Purple. HEX triplet: AB, 6A and FA. RGB value is (171,106,250). Sum of RGB (Red+Green+Blue) = 171+106+250=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AFA is #549505. Grayscale: #8D8D8D. Windows color (decimal): -5543174 or 16411307. OLE color: 16411307.

HSL color Cylindrical-coordinate representation of color #AB6AFA: hue angle of 267.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6AFA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171106250-
CMYK0.320.5800.02
HSL267.08º93.51%69.8%-
HSV(B)267.08º57.6%98.04%-
XYZ39.225.8793.37-
YUV141.85189.03148.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=32.45%
G=20.11%
B=47.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711062500.320.5800.02267.0893.5169.8
HexAB6AFA203A0210b5e46
Octal253152372407202413136106
Binary1010101111010101111101010000011101001010000101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AFA; }

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

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

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

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

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

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

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

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