#AB55F6

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

Shades of Medium Orchid #AB55F6

Tints of Medium Orchid #AB55F6

Color information

#AB55F6 (or 0xAB55F6) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and F6. RGB value is (171,85,246). Sum of RGB (Red+Green+Blue) = 171+85+246=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB55F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55F6 is #54AA09. Grayscale: #808080. Windows color (decimal): -5548554 or 16143787. OLE color: 16143787.

HSL color Cylindrical-coordinate representation of color #AB55F6: hue angle of 272.05º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB55F6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17185246-
CMYK0.300.6500.04
HSL272.05º89.94%64.9%-
HSV(B)272.05º65.45%96.47%-
XYZ36.6821.8189.47-
YUV129.07193.99157.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 85 (33.59% from 255) = 16.93%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=34.06%
G=16.93%
B=49.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171852460.300.6500.04272.0589.9464.9
HexAB55F61E41041105a41
Octal2531253663610104420132101
Binary10101011101010111110110111101000001010010001000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55F6; }

 p { color: rgb(171,85,246); }

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

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

 a { background-color: rgb(171,85,246); }

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

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

 span { border-color: rgb(171,85,246); }

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