#AB49DD

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

Shades of Medium Orchid #AB49DD

Tints of Medium Orchid #AB49DD

Color information

#AB49DD (or 0xAB49DD) is unknown color: approx Medium Orchid. HEX triplet: AB, 49 and DD. RGB value is (171,73,221). Sum of RGB (Red+Green+Blue) = 171+73+221=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49DD is #54B622. Grayscale: #767676. Windows color (decimal): -5551651 or 14502315. OLE color: 14502315.

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

Color convert

RGB17173221-
CMYK0.230.6700.13
HSL279.73º68.52%57.65%-
HSV(B)279.73º66.97%86.67%-
XYZ32.2318.6470.31-
YUV119.17185.47164.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=36.77%
G=15.70%
B=47.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171732210.230.6700.13279.7368.5257.65
HexAB49DD17430D118453a
Octal2531113352710301543010572
Binary10101011100100111011101101111000011011011000110001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49DD; }

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

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

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

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

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

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

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

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