#AC48FE

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

Shades of Medium Orchid #AC48FE

Tints of Medium Orchid #AC48FE

Color information

#AC48FE (or 0xAC48FE) is unknown color: approx Medium Orchid. HEX triplet: AC, 48 and FE. RGB value is (172,72,254). Sum of RGB (Red+Green+Blue) = 172+72+254=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48FE is #53B701. Grayscale: #7A7A7A. Windows color (decimal): -5486338 or 16664748. OLE color: 16664748.

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

Color convert

RGB17272254-
CMYK0.320.7200.00
HSL272.97º98.91%63.92%-
HSV(B)272.97º71.65%99.61%-
XYZ37.2220.5695.77-
YUV122.65202.13163.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 72 (28.52% from 255) = 14.46%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=34.54%
G=14.46%
B=51.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal172722540.320.7200.00272.9798.9163.92
HexAC48FE2048001116340
Octal2541103764011000421143100
Binary1010110010010001111111010000010010000010001000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48FE; }

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

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

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

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

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

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

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

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