#AC58FB

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

Shades of Medium Orchid #AC58FB

Tints of Medium Orchid #AC58FB

Color information

#AC58FB (or 0xAC58FB) is unknown color: approx Medium Orchid. HEX triplet: AC, 58 and FB. RGB value is (172,88,251). Sum of RGB (Red+Green+Blue) = 172+88+251=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58FB is #53A704. Grayscale: #838383. Windows color (decimal): -5482245 or 16472236. OLE color: 16472236.

HSL color Cylindrical-coordinate representation of color #AC58FB: hue angle of 270.92º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC58FB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17288251-
CMYK0.310.6500.02
HSL270.92º95.32%66.47%-
HSV(B)270.92º64.94%98.43%-
XYZ37.9222.7293.65-
YUV131.7195.33156.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 88 (34.77% from 255) = 17.22%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=33.66%
G=17.22%
B=49.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172882510.310.6500.02270.9295.3266.47
HexAC58FB1F410210f5f42
Octal2541303733710102417137102
Binary1010110010110001111101111111100000101010000111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC58FB; }

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

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

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

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

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

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

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

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