#AB4CC6

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

Shades of Medium Orchid #AB4CC6

Tints of Medium Orchid #AB4CC6

Color information

#AB4CC6 (or 0xAB4CC6) is unknown color: approx Medium Orchid. HEX triplet: AB, 4C and C6. RGB value is (171,76,198). Sum of RGB (Red+Green+Blue) = 171+76+198=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CC6 is #54B339. Grayscale: #757575. Windows color (decimal): -5550906 or 12995755. OLE color: 12995755.

HSL color Cylindrical-coordinate representation of color #AB4CC6: hue angle of 286.72º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4CC6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17176198-
CMYK0.140.6200.22
HSL286.72º51.69%53.73%-
HSV(B)286.72º61.62%77.65%-
XYZ29.5717.955.32-
YUV118.31172.97165.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 198 (77.73% from 255) = 44.49%
R=38.43%
G=17.08%
B=44.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171761980.140.6200.22286.7251.6953.73
HexAB4CC6E3E01611f3436
Octal25311430616760264376466
Binary101010111001100110001101110111110010110100011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4CC6; }

 p { color: rgb(171,76,198); }

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

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

 a { background-color: rgb(171,76,198); }

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

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

 span { border-color: rgb(171,76,198); }

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