#AC5CFD

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

Shades of Medium Purple #AC5CFD

Tints of Medium Purple #AC5CFD

Color information

#AC5CFD (or 0xAC5CFD) is unknown color: approx Medium Purple. HEX triplet: AC, 5C and FD. RGB value is (172,92,253). Sum of RGB (Red+Green+Blue) = 172+92+253=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CFD is #53A302. Grayscale: #858585. Windows color (decimal): -5481219 or 16604332. OLE color: 16604332.

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

Color convert

RGB17292253-
CMYK0.320.6400.01
HSL269.81º97.58%67.65%-
HSV(B)269.81º63.64%99.22%-
XYZ38.5723.5295.43-
YUV134.27195154.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 92 (36.33% from 255) = 17.79%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=33.27%
G=17.79%
B=48.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal172922530.320.6400.01269.8197.5867.65
HexAC5CFD20400110e6244
Octal2541343754010001416142104
Binary1010110010111001111110110000010000000110000111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CFD; }

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

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

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

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

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

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

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

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