#AB4AD5

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

Shades of Medium Orchid #AB4AD5

Tints of Medium Orchid #AB4AD5

Color information

#AB4AD5 (or 0xAB4AD5) is unknown color: approx Medium Orchid. HEX triplet: AB, 4A and D5. RGB value is (171,74,213). Sum of RGB (Red+Green+Blue) = 171+74+213=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB4AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4AD5 is #54B52A. Grayscale: #767676. Windows color (decimal): -5551403 or 13978283. OLE color: 13978283.

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

Color convert

RGB17174213-
CMYK0.200.6500.16
HSL281.87º62.33%56.27%-
HSV(B)281.87º65.26%83.53%-
XYZ31.2518.3664.85-
YUV118.85181.14165.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 213 (83.59% from 255) = 46.51%
R=37.34%
G=16.16%
B=46.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171742130.200.6500.16281.8762.3356.27
HexAB4AD5144101011a3e38
Octal253112325241010204327670
Binary10101011100101011010101101001000001010000100011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AD5; }

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

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

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

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

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

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

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

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