#AB4BCB

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

Shades of Medium Orchid #AB4BCB

Tints of Medium Orchid #AB4BCB

Color information

#AB4BCB (or 0xAB4BCB) is unknown color: approx Medium Orchid. HEX triplet: AB, 4B and CB. RGB value is (171,75,203). Sum of RGB (Red+Green+Blue) = 171+75+203=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB4BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BCB is #54B434. Grayscale: #757575. Windows color (decimal): -5551157 or 13323179. OLE color: 13323179.

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

Color convert

RGB17175203-
CMYK0.160.6300.20
HSL285º55.17%54.51%-
HSV(B)285º63.05%79.61%-
XYZ30.091858.39-
YUV118.3175.8165.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=38.08%
G=16.70%
B=45.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171752030.160.6300.2028555.1754.51
HexAB4BCB103F01411d3737
Octal25311331320770244356767
Binary1010101110010111100101110000111111010100100011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BCB; }

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

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

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

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

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

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

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

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