#AC55FE

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

Shades of Medium Orchid #AC55FE

Tints of Medium Orchid #AC55FE

Color information

#AC55FE (or 0xAC55FE) is unknown color: approx Medium Orchid. HEX triplet: AC, 55 and FE. RGB value is (172,85,254). Sum of RGB (Red+Green+Blue) = 172+85+254=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55FE is #53AA01. Grayscale: #818181. Windows color (decimal): -5483010 or 16668076. OLE color: 16668076.

HSL color Cylindrical-coordinate representation of color #AC55FE: hue angle of 270.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC55FE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17285254-
CMYK0.320.6700.00
HSL270.89º98.83%66.47%-
HSV(B)270.89º66.54%99.61%-
XYZ38.1522.4296.08-
YUV130.28197.82157.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 85 (33.59% from 255) = 16.63%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=33.66%
G=16.63%
B=49.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal172852540.320.6700.00270.8998.8366.47
HexAC55FE20430010f6342
Octal2541253764010300417143102
Binary1010110010101011111111010000010000110010000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55FE; }

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

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

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

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

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

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

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

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