#AB4FC5

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

Shades of Medium Orchid #AB4FC5

Tints of Medium Orchid #AB4FC5

Color information

#AB4FC5 (or 0xAB4FC5) is unknown color: approx Medium Orchid. HEX triplet: AB, 4F and C5. RGB value is (171,79,197). Sum of RGB (Red+Green+Blue) = 171+79+197=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB4FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FC5 is #54B03A. Grayscale: #777777. Windows color (decimal): -5550139 or 12930987. OLE color: 12930987.

HSL color Cylindrical-coordinate representation of color #AB4FC5: hue angle of 286.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4FC5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17179197-
CMYK0.130.6000.23
HSL286.78º50.43%54.12%-
HSV(B)286.78º59.9%77.25%-
XYZ29.6718.2854.79-
YUV119.96171.48164.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=38.26%
G=17.67%
B=44.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171791970.130.6000.23286.7850.4354.12
HexAB4FC5D3C01711f3236
Octal25311730515740274376266
Binary101010111001111110001011101111100010111100011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FC5; }

 p { color: rgb(171,79,197); }

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

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

 a { background-color: rgb(171,79,197); }

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

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

 span { border-color: rgb(171,79,197); }

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