#AB4AC9

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

Shades of Medium Orchid #AB4AC9

Tints of Medium Orchid #AB4AC9

Color information

#AB4AC9 (or 0xAB4AC9) is unknown color: approx Medium Orchid. HEX triplet: AB, 4A and C9. RGB value is (171,74,201). Sum of RGB (Red+Green+Blue) = 171+74+201=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB4AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4AC9 is #54B536. Grayscale: #757575. Windows color (decimal): -5551415 or 13191851. OLE color: 13191851.

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

Color convert

RGB17174201-
CMYK0.150.6300.21
HSL285.83º54.04%53.92%-
HSV(B)285.83º63.18%78.82%-
XYZ29.7917.7757.12-
YUV117.48175.14166.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=38.34%
G=16.59%
B=45.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171742010.150.6300.21285.8354.0453.92
HexAB4AC9F3F01511e3636
Octal25311231117770254366666
Binary101010111001010110010011111111111010101100011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AC9; }

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

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

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

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

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

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

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

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