#AB61C8

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

Shades of Medium Orchid #AB61C8

Tints of Medium Orchid #AB61C8

Color information

#AB61C8 (or 0xAB61C8) is unknown color: approx Medium Orchid. HEX triplet: AB, 61 and C8. RGB value is (171,97,200). Sum of RGB (Red+Green+Blue) = 171+97+200=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C8 is #549E37. Grayscale: #828282. Windows color (decimal): -5545528 or 13132203. OLE color: 13132203.

HSL color Cylindrical-coordinate representation of color #AB61C8: hue angle of 283.11º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB61C8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17197200-
CMYK0.140.5200.22
HSL283.11º48.36%58.24%-
HSV(B)283.11º51.5%78.43%-
XYZ31.4921.3857.11-
YUV130.87167.02156.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=36.54%
G=20.73%
B=42.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171972000.140.5200.22283.1148.3658.24
HexAB61C8E3401611b303a
Octal25314131016640264336072
Binary101010111100001110010001110110100010110100011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61C8; }

 p { color: rgb(171,97,200); }

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

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

 a { background-color: rgb(171,97,200); }

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

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

 span { border-color: rgb(171,97,200); }

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