#AC53F8

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

Shades of Medium Orchid #AC53F8

Tints of Medium Orchid #AC53F8

Color information

#AC53F8 (or 0xAC53F8) is unknown color: approx Medium Orchid. HEX triplet: AC, 53 and F8. RGB value is (172,83,248). Sum of RGB (Red+Green+Blue) = 172+83+248=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC53F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53F8 is #53AC07. Grayscale: #7F7F7F. Windows color (decimal): -5483528 or 16274348. OLE color: 16274348.

HSL color Cylindrical-coordinate representation of color #AC53F8: hue angle of 272.36º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC53F8 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17283248-
CMYK0.310.6700.03
HSL272.36º92.18%64.9%-
HSV(B)272.36º66.53%97.25%-
XYZ37.0521.7391.05-
YUV128.42195.49159.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 83 (32.81% from 255) = 16.50%
BLUE value IS 248 (97.27% from 255) = 49.30%
R=34.19%
G=16.50%
B=49.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172832480.310.6700.03272.3692.1864.9
HexAC53F81F43031105c41
Octal2541233703710303420134101
Binary1010110010100111111100011111100001101110001000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC53F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC53F8; }

 p { color: rgb(172,83,248); }

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

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

 a { background-color: rgb(172,83,248); }

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

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

 span { border-color: rgb(172,83,248); }

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