#AC45C4

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

Shades of Medium Orchid #AC45C4

Tints of Medium Orchid #AC45C4

Color information

#AC45C4 (or 0xAC45C4) is unknown color: approx Medium Orchid. HEX triplet: AC, 45 and C4. RGB value is (172,69,196). Sum of RGB (Red+Green+Blue) = 172+69+196=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC45C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45C4 is #53BA3B. Grayscale: #717171. Windows color (decimal): -5487164 or 12862892. OLE color: 12862892.

HSL color Cylindrical-coordinate representation of color #AC45C4: hue angle of 288.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC45C4 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17269196-
CMYK0.120.6500.23
HSL288.66º51.84%51.96%-
HSV(B)288.66º64.8%76.86%-
XYZ29.1117.0153.97-
YUV114.28174.12169.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=39.36%
G=15.79%
B=44.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172691960.120.6500.23288.6651.8451.96
HexAC45C4C410171213434
Octal254105304141010274416464
Binary1010110010001011100010011001000001010111100100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45C4; }

 p { color: rgb(172,69,196); }

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

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

 a { background-color: rgb(172,69,196); }

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

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

 span { border-color: rgb(172,69,196); }

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