#AC58F3

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

Shades of Medium Orchid #AC58F3

Tints of Medium Orchid #AC58F3

Color information

#AC58F3 (or 0xAC58F3) is unknown color: approx Medium Orchid. HEX triplet: AC, 58 and F3. RGB value is (172,88,243). Sum of RGB (Red+Green+Blue) = 172+88+243=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC58F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58F3 is #53A70C. Grayscale: #828282. Windows color (decimal): -5482253 or 15947948. OLE color: 15947948.

HSL color Cylindrical-coordinate representation of color #AC58F3: hue angle of 272.52º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC58F3 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17288243-
CMYK0.290.6400.05
HSL272.52º86.59%64.9%-
HSV(B)272.52º63.79%95.29%-
XYZ36.6822.2287.15-
YUV130.79191.33157.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=34.19%
G=17.50%
B=48.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172882430.290.6400.05272.5286.5964.9
HexAC58F31D40051115741
Octal2541303633510005421127101
Binary10101100101100011110011111011000000010110001000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58F3; }

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

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

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

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

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

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

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

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