#AC60FF

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

Shades of Medium Purple #AC60FF

Tints of Medium Purple #AC60FF

Color information

#AC60FF (or 0xAC60FF) is unknown color: approx Medium Purple. HEX triplet: AC, 60 and FF. RGB value is (172,96,255). Sum of RGB (Red+Green+Blue) = 172+96+255=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC60FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC60FF is #539F00. Grayscale: #888888. Windows color (decimal): -5480193 or 16736428. OLE color: 16736428.

HSL color Cylindrical-coordinate representation of color #AC60FF: hue angle of 268.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC60FF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17296255-
CMYK0.330.6200
HSL268.68º100%68.82%-
HSV(B)268.68º62.35%100%-
XYZ39.2524.3697.24-
YUV136.85194.68153.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 255 (100% from 255) = 48.76%
R=32.89%
G=18.36%
B=48.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172962550.330.6200268.6810068.82
HexAC60FF213E0010d6445
Octal254140377417600415144105
Binary101011001100000111111111000011111100010000110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60FF; }

 p { color: rgb(172,96,255); }

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

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

 a { background-color: rgb(172,96,255); }

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

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

 span { border-color: rgb(172,96,255); }

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