#AC5CF9

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

Shades of Medium Purple #AC5CF9

Tints of Medium Purple #AC5CF9

Color information

#AC5CF9 (or 0xAC5CF9) is unknown color: approx Medium Purple. HEX triplet: AC, 5C and F9. RGB value is (172,92,249). Sum of RGB (Red+Green+Blue) = 172+92+249=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CF9 is #53A306. Grayscale: #858585. Windows color (decimal): -5481223 or 16342188. OLE color: 16342188.

HSL color Cylindrical-coordinate representation of color #AC5CF9: hue angle of 270.57º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5CF9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17292249-
CMYK0.310.6300.02
HSL270.57º92.9%66.86%-
HSV(B)270.57º63.05%97.65%-
XYZ37.9423.2692.11-
YUV133.82193155.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=33.53%
G=17.93%
B=48.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172922490.310.6300.02270.5792.966.86
HexAC5CF91F3F0210f5d43
Octal254134371377702417135103
Binary101011001011100111110011111111111101010000111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CF9; }

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

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

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

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

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

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

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

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