#AB52C6

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

Shades of Medium Orchid #AB52C6

Tints of Medium Orchid #AB52C6

Color information

#AB52C6 (or 0xAB52C6) is unknown color: approx Medium Orchid. HEX triplet: AB, 52 and C6. RGB value is (171,82,198). Sum of RGB (Red+Green+Blue) = 171+82+198=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB52C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52C6 is #54AD39. Grayscale: #797979. Windows color (decimal): -5549370 or 12997291. OLE color: 12997291.

HSL color Cylindrical-coordinate representation of color #AB52C6: hue angle of 286.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB52C6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17182198-
CMYK0.140.5900.22
HSL286.03º50.43%54.9%-
HSV(B)286.03º58.59%77.65%-
XYZ3018.7755.47-
YUV121.84170.99163.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=37.92%
G=18.18%
B=43.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171821980.140.5900.22286.0350.4354.9
HexAB52C6E3B01611e3237
Octal25312230616730264366267
Binary101010111010010110001101110111011010110100011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52C6; }

 p { color: rgb(171,82,198); }

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

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

 a { background-color: rgb(171,82,198); }

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

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

 span { border-color: rgb(171,82,198); }

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