#AB46DD

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

Shades of Medium Orchid #AB46DD

Tints of Medium Orchid #AB46DD

Color information

#AB46DD (or 0xAB46DD) is unknown color: approx Medium Orchid. HEX triplet: AB, 46 and DD. RGB value is (171,70,221). Sum of RGB (Red+Green+Blue) = 171+70+221=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DD is #54B922. Grayscale: #747474. Windows color (decimal): -5552419 or 14501547. OLE color: 14501547.

HSL color Cylindrical-coordinate representation of color #AB46DD: hue angle of 280.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB46DD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17170221-
CMYK0.230.6800.13
HSL280.13º68.95%57.06%-
HSV(B)280.13º68.33%86.67%-
XYZ32.0418.2670.24-
YUV117.41186.46166.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=37.01%
G=15.15%
B=47.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171702210.230.6800.13280.1368.9557.06
HexAB46DD17440D1184539
Octal2531063352710401543010571
Binary10101011100011011011101101111000100011011000110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46DD; }

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

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

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

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

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

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

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

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