#AB58DB

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

Shades of Medium Orchid #AB58DB

Tints of Medium Orchid #AB58DB

Color information

#AB58DB (or 0xAB58DB) is unknown color: approx Medium Orchid. HEX triplet: AB, 58 and DB. RGB value is (171,88,219). Sum of RGB (Red+Green+Blue) = 171+88+219=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58DB is #54A724. Grayscale: #7F7F7F. Windows color (decimal): -5547813 or 14375083. OLE color: 14375083.

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

Color convert

RGB17188219-
CMYK0.220.6000.14
HSL278.02º64.53%60.2%-
HSV(B)278.02º59.82%85.88%-
XYZ33.0720.7569.28-
YUV127.75179.5158.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=35.77%
G=18.41%
B=45.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171882190.220.6000.14278.0264.5360.2
HexAB58DB163C0E116413c
Octal253130333267401642610174
Binary1010101110110001101101110110111100011101000101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58DB; }

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

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

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

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

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

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

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

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