#AB55DA

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

Shades of Medium Orchid #AB55DA

Tints of Medium Orchid #AB55DA

Color information

#AB55DA (or 0xAB55DA) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and DA. RGB value is (171,85,218). Sum of RGB (Red+Green+Blue) = 171+85+218=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB55DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55DA is #54AA25. Grayscale: #7D7D7D. Windows color (decimal): -5548582 or 14308779. OLE color: 14308779.

HSL color Cylindrical-coordinate representation of color #AB55DA: hue angle of 278.8º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB55DA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17185218-
CMYK0.220.6100.15
HSL278.8º64.25%59.41%-
HSV(B)278.8º61.01%85.49%-
XYZ32.720.2268.51-
YUV125.88179.99160.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=36.08%
G=17.93%
B=45.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171852180.220.6100.15278.864.2559.41
HexAB55DA163D0F117403b
Octal253125332267501742710073
Binary1010101110101011101101010110111101011111000101111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55DA; }

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

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

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

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

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

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

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

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