#AC58CA

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

Shades of Medium Orchid #AC58CA

Tints of Medium Orchid #AC58CA

Color information

#AC58CA (or 0xAC58CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 58 and CA. RGB value is (172,88,202). Sum of RGB (Red+Green+Blue) = 172+88+202=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58CA is #53A735. Grayscale: #7D7D7D. Windows color (decimal): -5482294 or 13260972. OLE color: 13260972.

HSL color Cylindrical-coordinate representation of color #AC58CA: hue angle of 284.21º 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 #AC58CA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17288202-
CMYK0.150.5600.21
HSL284.21º51.82%56.86%-
HSV(B)284.21º56.44%79.22%-
XYZ31.1620.0158.1-
YUV126.11170.83160.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=37.23%
G=19.05%
B=43.72%

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
Decimal172882020.150.5600.21284.2151.8256.86
HexAC58CAF3801511c3439
Octal25413031217700254346471
Binary101011001011000110010101111111000010101100011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58CA; }

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

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

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

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

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

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

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

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