#AB5DC6

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

Shades of Medium Orchid #AB5DC6

Tints of Medium Orchid #AB5DC6

Color information

#AB5DC6 (or 0xAB5DC6) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and C6. RGB value is (171,93,198). Sum of RGB (Red+Green+Blue) = 171+93+198=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB5DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DC6 is #54A239. Grayscale: #7F7F7F. Windows color (decimal): -5546554 or 13000107. OLE color: 13000107.

HSL color Cylindrical-coordinate representation of color #AB5DC6: hue angle of 284.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5DC6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17193198-
CMYK0.140.5300.22
HSL284.57º47.95%57.06%-
HSV(B)284.57º53.03%77.65%-
XYZ30.920.5655.77-
YUV128.29167.34158.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=37.01%
G=20.13%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171931980.140.5300.22284.5747.9557.06
HexAB5DC6E3501611d3039
Octal25313530616650264356071
Binary101010111011101110001101110110101010110100011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DC6; }

 p { color: rgb(171,93,198); }

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

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

 a { background-color: rgb(171,93,198); }

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

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

 span { border-color: rgb(171,93,198); }

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