#AB55DB

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

Shades of Medium Orchid #AB55DB

Tints of Medium Orchid #AB55DB

Color information

#AB55DB (or 0xAB55DB) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and DB. RGB value is (171,85,219). Sum of RGB (Red+Green+Blue) = 171+85+219=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55DB is #54AA24. Grayscale: #7D7D7D. Windows color (decimal): -5548581 or 14374315. OLE color: 14374315.

HSL color Cylindrical-coordinate representation of color #AB55DB: hue angle of 278.51º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB55DB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17185219-
CMYK0.220.6100.14
HSL278.51º65.05%59.61%-
HSV(B)278.51º61.19%85.88%-
XYZ32.8320.2769.2-
YUV125.99180.49160.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=36%
G=17.89%
B=46.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171852190.220.6100.14278.5165.0559.61
HexAB55DB163D0E117413c
Octal253125333267501642710174
Binary1010101110101011101101110110111101011101000101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55DB; }

 p { color: rgb(171,85,219); }

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

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

 a { background-color: rgb(171,85,219); }

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

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

 span { border-color: rgb(171,85,219); }

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