#AC55CA

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

Shades of Medium Orchid #AC55CA

Tints of Medium Orchid #AC55CA

Color information

#AC55CA (or 0xAC55CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 55 and CA. RGB value is (172,85,202). Sum of RGB (Red+Green+Blue) = 172+85+202=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55CA is #53AA35. Grayscale: #7B7B7B. Windows color (decimal): -5483062 or 13260204. OLE color: 13260204.

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

Color convert

RGB17285202-
CMYK0.150.5800.21
HSL284.62º52.47%56.27%-
HSV(B)284.62º57.92%79.22%-
XYZ30.9219.5358.02-
YUV124.35171.82161.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=37.47%
G=18.52%
B=44.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172852020.150.5800.21284.6252.4756.27
HexAC55CAF3A01511d3438
Octal25412531217720254356470
Binary101011001010101110010101111111010010101100011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55CA; }

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

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

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

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

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

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

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

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