#AB46F0

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

Shades of Medium Orchid #AB46F0

Tints of Medium Orchid #AB46F0

Color information

#AB46F0 (or 0xAB46F0) is unknown color: approx Medium Orchid. HEX triplet: AB, 46 and F0. RGB value is (171,70,240). Sum of RGB (Red+Green+Blue) = 171+70+240=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB46F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46F0 is #54B90F. Grayscale: #777777. Windows color (decimal): -5552400 or 15746731. OLE color: 15746731.

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

Color convert

RGB17170240-
CMYK0.290.7100.06
HSL275.65º85%60.78%-
HSV(B)275.65º70.83%94.12%-
XYZ34.7119.3384.34-
YUV119.58195.96164.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 70 (27.73% from 255) = 14.55%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=35.55%
G=14.55%
B=49.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171702400.290.7100.06275.658560.78
HexAB46F01D4706114553d
Octal253106360351070642412575
Binary1010101110001101111000011101100011101101000101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46F0; }

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

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

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

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

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

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

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

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