#AB5BD5

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

Shades of Medium Orchid #AB5BD5

Tints of Medium Orchid #AB5BD5

Color information

#AB5BD5 (or 0xAB5BD5) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and D5. RGB value is (171,91,213). Sum of RGB (Red+Green+Blue) = 171+91+213=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB5BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BD5 is #54A42A. Grayscale: #808080. Windows color (decimal): -5547051 or 13982635. OLE color: 13982635.

HSL color Cylindrical-coordinate representation of color #AB5BD5: hue angle of 279.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5BD5 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17191213-
CMYK0.200.5700.16
HSL279.34º59.22%59.61%-
HSV(B)279.34º57.28%83.53%-
XYZ32.5520.9465.28-
YUV128.83175.5158.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=36%
G=19.16%
B=44.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171912130.200.5700.16279.3459.2259.61
HexAB5BD514390101173b3c
Octal25313332524710204277374
Binary1010101110110111101010110100111001010000100010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BD5; }

 p { color: rgb(171,91,213); }

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

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

 a { background-color: rgb(171,91,213); }

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

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

 span { border-color: rgb(171,91,213); }

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