#AC48E6

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

Shades of Medium Orchid #AC48E6

Tints of Medium Orchid #AC48E6

Color information

#AC48E6 (or 0xAC48E6) is unknown color: approx Medium Orchid. HEX triplet: AC, 48 and E6. RGB value is (172,72,230). Sum of RGB (Red+Green+Blue) = 172+72+230=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC48E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC48E6 is #53B719. Grayscale: #777777. Windows color (decimal): -5486362 or 15091884. OLE color: 15091884.

HSL color Cylindrical-coordinate representation of color #AC48E6: hue angle of 277.97º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC48E6 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17272230-
CMYK0.250.6900.10
HSL277.97º75.96%59.22%-
HSV(B)277.97º68.7%90.2%-
XYZ33.6119.1276.78-
YUV119.91190.13165.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 72 (28.52% from 255) = 15.19%
BLUE value IS 230 (90.23% from 255) = 48.52%
R=36.29%
G=15.19%
B=48.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal172722300.250.6900.10277.9775.9659.22
HexAC48E619450A1164c3b
Octal2541103463110501242611473
Binary10101100100100011100110110011000101010101000101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC48E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC48E6; }

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

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

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

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

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

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

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

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