#AC59CA

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

Shades of Medium Orchid #AC59CA

Tints of Medium Orchid #AC59CA

Color information

#AC59CA (or 0xAC59CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 59 and CA. RGB value is (172,89,202). Sum of RGB (Red+Green+Blue) = 172+89+202=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC59CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59CA is #53A635. Grayscale: #7E7E7E. Windows color (decimal): -5482038 or 13261228. OLE color: 13261228.

HSL color Cylindrical-coordinate representation of color #AC59CA: hue angle of 284.07º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC59CA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17289202-
CMYK0.150.5600.21
HSL284.07º51.6%57.06%-
HSV(B)284.07º55.94%79.22%-
XYZ31.2520.1858.13-
YUV126.7170.5160.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=37.15%
G=19.22%
B=43.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172892020.150.5600.21284.0751.657.06
HexAC59CAF3801511c3439
Octal25413131217700254346471
Binary101011001011001110010101111111000010101100011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59CA; }

 p { color: rgb(172,89,202); }

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

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

 a { background-color: rgb(172,89,202); }

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

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

 span { border-color: rgb(172,89,202); }

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