#AB55C7

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

Shades of Medium Orchid #AB55C7

Tints of Medium Orchid #AB55C7

Color information

#AB55C7 (or 0xAB55C7) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and C7. RGB value is (171,85,199). Sum of RGB (Red+Green+Blue) = 171+85+199=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB55C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55C7 is #54AA38. Grayscale: #7B7B7B. Windows color (decimal): -5548601 or 13063595. OLE color: 13063595.

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

Color convert

RGB17185199-
CMYK0.140.5700.22
HSL285.26º50.44%55.69%-
HSV(B)285.26º57.29%78.04%-
XYZ30.3519.2856.15-
YUV123.71170.49161.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 199 (78.12% from 255) = 43.74%
R=37.58%
G=18.68%
B=43.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171851990.140.5700.22285.2650.4455.69
HexAB55C7E3901611d3238
Octal25312530716710264356270
Binary101010111010101110001111110111001010110100011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55C7; }

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

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

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

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

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

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

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

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