#AB61C7

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

Shades of Medium Orchid #AB61C7

Tints of Medium Orchid #AB61C7

Color information

#AB61C7 (or 0xAB61C7) is unknown color: approx Medium Orchid. HEX triplet: AB, 61 and C7. RGB value is (171,97,199). Sum of RGB (Red+Green+Blue) = 171+97+199=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB61C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61C7 is #549E38. Grayscale: #828282. Windows color (decimal): -5545529 or 13066667. OLE color: 13066667.

HSL color Cylindrical-coordinate representation of color #AB61C7: hue angle of 283.53º 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 #AB61C7 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17197199-
CMYK0.140.5100.22
HSL283.53º47.66%58.04%-
HSV(B)283.53º51.26%78.04%-
XYZ31.3821.3356.5-
YUV130.75166.52156.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=36.62%
G=20.77%
B=42.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171971990.140.5100.22283.5347.6658.04
HexAB61C7E3301611c303a
Octal25314130716630264346072
Binary101010111100001110001111110110011010110100011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61C7; }

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

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

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

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

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

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

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

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