#AC54CC

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

Shades of Medium Orchid #AC54CC

Tints of Medium Orchid #AC54CC

Color information

#AC54CC (or 0xAC54CC) is unknown color: approx Medium Orchid. HEX triplet: AC, 54 and CC. RGB value is (172,84,204). Sum of RGB (Red+Green+Blue) = 172+84+204=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC54CC is #53AB33. Grayscale: #7B7B7B. Windows color (decimal): -5483316 or 13391020. OLE color: 13391020.

HSL color Cylindrical-coordinate representation of color #AC54CC: hue angle of 284º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC54CC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17284204-
CMYK0.160.5900.2
HSL284º54.05%56.47%-
HSV(B)284º58.82%80%-
XYZ31.0819.4759.25-
YUV123.99173.15162.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=37.39%
G=18.26%
B=44.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172842040.160.5900.228454.0556.47
HexAC54CC103B01411c3638
Octal25412431420730244346670
Binary1010110010101001100110010000111011010100100011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54CC; }

 p { color: rgb(172,84,204); }

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

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

 a { background-color: rgb(172,84,204); }

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

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

 span { border-color: rgb(172,84,204); }

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