#AB4BC9

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

Shades of Medium Orchid #AB4BC9

Tints of Medium Orchid #AB4BC9

Color information

#AB4BC9 (or 0xAB4BC9) is unknown color: approx Medium Orchid. HEX triplet: AB, 4B and C9. RGB value is (171,75,201). Sum of RGB (Red+Green+Blue) = 171+75+201=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB4BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BC9 is #54B436. Grayscale: #757575. Windows color (decimal): -5551159 or 13192107. OLE color: 13192107.

HSL color Cylindrical-coordinate representation of color #AB4BC9: hue angle of 285.71º 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 #AB4BC9 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17175201-
CMYK0.150.6300.21
HSL285.71º53.85%54.12%-
HSV(B)285.71º62.69%78.82%-
XYZ29.8517.9157.14-
YUV118.07174.8165.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=38.26%
G=16.78%
B=44.97%

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
Decimal171752010.150.6300.21285.7153.8554.12
HexAB4BC9F3F01511e3636
Octal25311331117770254366666
Binary101010111001011110010011111111111010101100011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BC9; }

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

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

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

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

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

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

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

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