#AB50CB

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

Shades of Medium Orchid #AB50CB

Tints of Medium Orchid #AB50CB

Color information

#AB50CB (or 0xAB50CB) is unknown color: approx Medium Orchid. HEX triplet: AB, 50 and CB. RGB value is (171,80,203). Sum of RGB (Red+Green+Blue) = 171+80+203=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50CB is #54AF34. Grayscale: #787878. Windows color (decimal): -5549877 or 13324459. OLE color: 13324459.

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

Color convert

RGB17180203-
CMYK0.160.6100.20
HSL284.39º54.19%55.49%-
HSV(B)284.39º60.59%79.61%-
XYZ30.4418.7158.51-
YUV121.23174.15163.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=37.67%
G=17.62%
B=44.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171802030.160.6100.20284.3954.1955.49
HexAB50CB103D01411c3637
Octal25312031320750244346667
Binary1010101110100001100101110000111101010100100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50CB; }

 p { color: rgb(171,80,203); }

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

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

 a { background-color: rgb(171,80,203); }

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

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

 span { border-color: rgb(171,80,203); }

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