#AB43C8

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

Shades of Medium Orchid #AB43C8

Tints of Medium Orchid #AB43C8

Color information

#AB43C8 (or 0xAB43C8) is unknown color: approx Medium Orchid. HEX triplet: AB, 43 and C8. RGB value is (171,67,200). Sum of RGB (Red+Green+Blue) = 171+67+200=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB43C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB43C8 is #54BC37. Grayscale: #707070. Windows color (decimal): -5553208 or 13124523. OLE color: 13124523.

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

Color convert

RGB17167200-
CMYK0.140.6600.22
HSL286.92º54.73%52.35%-
HSV(B)286.92º66.5%78.43%-
XYZ29.2316.8456.35-
YUV113.26176.96169.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 67 (26.56% from 255) = 15.30%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=39.04%
G=15.30%
B=45.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171672000.140.6600.22286.9254.7352.35
HexAB43C8E4201611f3734
Octal253103310161020264376764
Binary1010101110000111100100011101000010010110100011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB43C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB43C8; }

 p { color: rgb(171,67,200); }

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

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

 a { background-color: rgb(171,67,200); }

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

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

 span { border-color: rgb(171,67,200); }

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