#AB55FE

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

Shades of Medium Orchid #AB55FE

Tints of Medium Orchid #AB55FE

Color information

#AB55FE (or 0xAB55FE) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and FE. RGB value is (171,85,254). Sum of RGB (Red+Green+Blue) = 171+85+254=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FE is #54AA01. Grayscale: #818181. Windows color (decimal): -5548546 or 16668075. OLE color: 16668075.

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

Color convert

RGB17185254-
CMYK0.330.6700.00
HSL270.53º98.83%66.47%-
HSV(B)270.53º66.54%99.61%-
XYZ37.9322.3196.07-
YUV129.98197.99157.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 85 (33.59% from 255) = 16.67%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=33.53%
G=16.67%
B=49.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171852540.330.6700.00270.5398.8366.47
HexAB55FE21430010f6342
Octal2531253764110300417143102
Binary1010101110101011111111010000110000110010000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55FE; }

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

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

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

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

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

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

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

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