#AC45CD

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

Shades of Medium Orchid #AC45CD

Tints of Medium Orchid #AC45CD

Color information

#AC45CD (or 0xAC45CD) is unknown color: approx Medium Orchid. HEX triplet: AC, 45 and CD. RGB value is (172,69,205). Sum of RGB (Red+Green+Blue) = 172+69+205=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC45CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45CD is #53BA32. Grayscale: #727272. Windows color (decimal): -5487155 or 13452716. OLE color: 13452716.

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

Color convert

RGB17269205-
CMYK0.160.6600.20
HSL285.44º57.63%53.73%-
HSV(B)285.44º66.34%80.39%-
XYZ30.1617.4359.53-
YUV115.3178.62168.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=38.57%
G=15.47%
B=45.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172692050.160.6600.20285.4457.6353.73
HexAC45CD104201411d3a36
Octal254105315201020244357266
Binary10101100100010111001101100001000010010100100011101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC45CD; }

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

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

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

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

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

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

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

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