#AC5FFA

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

Shades of Medium Purple #AC5FFA

Tints of Medium Purple #AC5FFA

Color information

#AC5FFA (or 0xAC5FFA) is unknown color: approx Medium Purple. HEX triplet: AC, 5F and FA. RGB value is (172,95,250). Sum of RGB (Red+Green+Blue) = 172+95+250=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5FFA is #53A005. Grayscale: #878787. Windows color (decimal): -5480454 or 16408492. OLE color: 16408492.

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

Color convert

RGB17295250-
CMYK0.310.6200.02
HSL269.81º93.94%67.65%-
HSV(B)269.81º62%98.04%-
XYZ38.3623.8693.03-
YUV135.69192.51153.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=33.27%
G=18.38%
B=48.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172952500.310.6200.02269.8193.9467.65
HexAC5FFA1F3E0210e5e44
Octal254137372377602416136104
Binary101011001011111111110101111111111001010000111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5FFA; }

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

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

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

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

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

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

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

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