#AB4FCA

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

Shades of Medium Orchid #AB4FCA

Tints of Medium Orchid #AB4FCA

Color information

#AB4FCA (or 0xAB4FCA) is unknown color: approx Medium Orchid. HEX triplet: AB, 4F and CA. RGB value is (171,79,202). Sum of RGB (Red+Green+Blue) = 171+79+202=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FCA is #54B035. Grayscale: #787878. Windows color (decimal): -5550134 or 13258667. OLE color: 13258667.

HSL color Cylindrical-coordinate representation of color #AB4FCA: hue angle of 284.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4FCA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17179202-
CMYK0.150.6100.21
HSL284.88º53.71%55.1%-
HSV(B)284.88º60.89%79.22%-
XYZ30.2518.5157.86-
YUV120.53173.98164-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=37.83%
G=17.48%
B=44.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171792020.150.6100.21284.8853.7155.1
HexAB4FCAF3D01511d3637
Octal25311731217750254356667
Binary101010111001111110010101111111101010101100011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FCA; }

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

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

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

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

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

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

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

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