#AC4BC8

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

Shades of Medium Orchid #AC4BC8

Tints of Medium Orchid #AC4BC8

Color information

#AC4BC8 (or 0xAC4BC8) is unknown color: approx Medium Orchid. HEX triplet: AC, 4B and C8. RGB value is (172,75,200). Sum of RGB (Red+Green+Blue) = 172+75+200=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC4BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BC8 is #53B437. Grayscale: #757575. Windows color (decimal): -5485624 or 13126572. OLE color: 13126572.

HSL color Cylindrical-coordinate representation of color #AC4BC8: hue angle of 286.56º degrees, saturation: 0.53, 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 #AC4BC8 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17275200-
CMYK0.140.6200.22
HSL286.56º53.19%53.92%-
HSV(B)286.56º62.5%78.43%-
XYZ29.9517.9756.53-
YUV118.25174.14166.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=38.48%
G=16.78%
B=44.74%

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
Decimal172752000.140.6200.22286.5653.1953.92
HexAC4BC8E3E01611f3536
Octal25411331016760264376566
Binary101011001001011110010001110111110010110100011111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4BC8; }

 p { color: rgb(172,75,200); }

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

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

 a { background-color: rgb(172,75,200); }

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

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

 span { border-color: rgb(172,75,200); }

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