#AC5FFD

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

Shades of Medium Purple #AC5FFD

Tints of Medium Purple #AC5FFD

Color information

#AC5FFD (or 0xAC5FFD) is unknown color: approx Medium Purple. HEX triplet: AC, 5F and FD. RGB value is (172,95,253). Sum of RGB (Red+Green+Blue) = 172+95+253=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFD is #53A002. Grayscale: #878787. Windows color (decimal): -5480451 or 16605100. OLE color: 16605100.

HSL color Cylindrical-coordinate representation of color #AC5FFD: hue angle of 269.24º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5FFD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17295253-
CMYK0.320.6200.01
HSL269.24º97.53%68.24%-
HSV(B)269.24º62.45%99.22%-
XYZ38.8424.0595.52-
YUV136.04194.01153.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=33.08%
G=18.27%
B=48.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172952530.320.6200.01269.2497.5368.24
HexAC5FFD203E0110d6244
Octal254137375407601415142104
Binary101011001011111111111011000001111100110000110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FFD; }

 p { color: rgb(172,95,253); }

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

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

 a { background-color: rgb(172,95,253); }

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

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

 span { border-color: rgb(172,95,253); }

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