#AB55CB

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

Shades of Medium Orchid #AB55CB

Tints of Medium Orchid #AB55CB

Color information

#AB55CB (or 0xAB55CB) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and CB. RGB value is (171,85,203). Sum of RGB (Red+Green+Blue) = 171+85+203=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55CB is #54AA34. Grayscale: #7B7B7B. Windows color (decimal): -5548597 or 13325739. OLE color: 13325739.

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

Color convert

RGB17185203-
CMYK0.160.5800.20
HSL283.73º53.15%56.47%-
HSV(B)283.73º58.13%79.61%-
XYZ30.8219.4758.63-
YUV124.17172.49161.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=37.25%
G=18.52%
B=44.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171852030.160.5800.20283.7353.1556.47
HexAB55CB103A01411c3538
Octal25312531320720244346570
Binary1010101110101011100101110000111010010100100011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55CB; }

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

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

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

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

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

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

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

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