#AC42C1

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

Shades of Medium Orchid #AC42C1

Tints of Medium Orchid #AC42C1

Color information

#AC42C1 (or 0xAC42C1) is unknown color: approx Medium Orchid. HEX triplet: AC, 42 and C1. RGB value is (172,66,193). Sum of RGB (Red+Green+Blue) = 172+66+193=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC42C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42C1 is #53BD3E. Grayscale: #6F6F6F. Windows color (decimal): -5487935 or 12665516. OLE color: 12665516.

HSL color Cylindrical-coordinate representation of color #AC42C1: hue angle of 290.08º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC42C1 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17266193-
CMYK0.110.6600.24
HSL290.08º50.6%50.78%-
HSV(B)290.08º65.8%75.69%-
XYZ28.5916.5252.13-
YUV112.17173.62170.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=39.91%
G=15.31%
B=44.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172661930.110.6600.24290.0850.650.78
HexAC42C1B420181223333
Octal254102301131020304426363
Binary1010110010000101100000110111000010011000100100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC42C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC42C1; }

 p { color: rgb(172,66,193); }

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

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

 a { background-color: rgb(172,66,193); }

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

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

 span { border-color: rgb(172,66,193); }

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