#AB5AC9

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

Shades of Medium Orchid #AB5AC9

Tints of Medium Orchid #AB5AC9

Color information

#AB5AC9 (or 0xAB5AC9) is unknown color: approx Medium Orchid. HEX triplet: AB, 5A and C9. RGB value is (171,90,201). Sum of RGB (Red+Green+Blue) = 171+90+201=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB5AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AC9 is #54A536. Grayscale: #7E7E7E. Windows color (decimal): -5547319 or 13195947. OLE color: 13195947.

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

Color convert

RGB17190201-
CMYK0.150.5500.21
HSL283.78º50.68%57.06%-
HSV(B)283.78º55.22%78.82%-
XYZ30.9920.1957.52-
YUV126.87169.84159.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=37.01%
G=19.48%
B=43.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171902010.150.5500.21283.7850.6857.06
HexAB5AC9F3701511c3339
Octal25313231117670254346371
Binary101010111011010110010011111110111010101100011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AC9; }

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

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

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

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

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

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

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

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