#AB5BCC

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

Shades of Medium Orchid #AB5BCC

Tints of Medium Orchid #AB5BCC

Color information

#AB5BCC (or 0xAB5BCC) is unknown color: approx Medium Orchid. HEX triplet: AB, 5B and CC. RGB value is (171,91,204). Sum of RGB (Red+Green+Blue) = 171+91+204=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BCC is #54A433. Grayscale: #7F7F7F. Windows color (decimal): -5547060 or 13392811. OLE color: 13392811.

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

Color convert

RGB17191204-
CMYK0.160.5500.2
HSL282.48º52.56%57.84%-
HSV(B)282.48º55.39%80%-
XYZ31.4320.559.43-
YUV127.8171158.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=36.70%
G=19.53%
B=43.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171912040.160.5500.2282.4852.5657.84
HexAB5BCC103701411a353a
Octal25313331420670244326572
Binary1010101110110111100110010000110111010100100011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BCC; }

 p { color: rgb(171,91,204); }

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

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

 a { background-color: rgb(171,91,204); }

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

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

 span { border-color: rgb(171,91,204); }

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