#AB5DD8

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

Shades of Medium Orchid #AB5DD8

Tints of Medium Orchid #AB5DD8

Color information

#AB5DD8 (or 0xAB5DD8) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and D8. RGB value is (171,93,216). Sum of RGB (Red+Green+Blue) = 171+93+216=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB5DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DD8 is #54A227. Grayscale: #818181. Windows color (decimal): -5546536 or 14179755. OLE color: 14179755.

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

Color convert

RGB17193216-
CMYK0.210.5700.15
HSL278.05º61.19%60.59%-
HSV(B)278.05º56.94%84.71%-
XYZ33.121.4467.36-
YUV130.34176.34157-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 216 (84.77% from 255) = 45%
R=35.62%
G=19.38%
B=45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171932160.210.5700.15278.0561.1960.59
HexAB5DD815390F1163d3d
Octal25313533025710174267575
Binary101010111011101110110001010111100101111100010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DD8; }

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

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

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

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

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

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

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

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