#AB57F0

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

Shades of Medium Orchid #AB57F0

Tints of Medium Orchid #AB57F0

Color information

#AB57F0 (or 0xAB57F0) is unknown color: approx Medium Orchid. HEX triplet: AB, 57 and F0. RGB value is (171,87,240). Sum of RGB (Red+Green+Blue) = 171+87+240=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB57F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB57F0 is #54A80F. Grayscale: #818181. Windows color (decimal): -5548048 or 15751083. OLE color: 15751083.

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

Color convert

RGB17187240-
CMYK0.290.6400.06
HSL272.94º83.61%64.12%-
HSV(B)272.94º63.75%94.12%-
XYZ35.9321.7784.75-
YUV129.56190.33157.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 87 (34.38% from 255) = 17.47%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=34.34%
G=17.47%
B=48.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171872400.290.6400.06272.9483.6164.12
HexAB57F01D40061115440
Octal2531273603510006421124100
Binary10101011101011111110000111011000000011010001000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57F0; }

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

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

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

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

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

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

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

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