#AB5DF0

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

Shades of Medium Orchid #AB5DF0

Tints of Medium Orchid #AB5DF0

Color information

#AB5DF0 (or 0xAB5DF0) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and F0. RGB value is (171,93,240). Sum of RGB (Red+Green+Blue) = 171+93+240=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB5DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DF0 is #54A20F. Grayscale: #848484. Windows color (decimal): -5546512 or 15752619. OLE color: 15752619.

HSL color Cylindrical-coordinate representation of color #AB5DF0: hue angle of 271.84º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5DF0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17193240-
CMYK0.290.6100.06
HSL271.84º83.05%65.29%-
HSV(B)271.84º61.25%94.12%-
XYZ36.4422.7884.91-
YUV133.08188.34155.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=33.93%
G=18.45%
B=47.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171932400.290.6100.06271.8483.0565.29
HexAB5DF01D3D061105341
Octal253135360357506420123101
Binary1010101110111011111000011101111101011010001000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DF0; }

 p { color: rgb(171,93,240); }

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

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

 a { background-color: rgb(171,93,240); }

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

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

 span { border-color: rgb(171,93,240); }

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