#AC66FF

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

Shades of Medium Purple #AC66FF

Tints of Medium Purple #AC66FF

Color information

#AC66FF (or 0xAC66FF) is unknown color: approx Medium Purple. HEX triplet: AC, 66 and FF. RGB value is (172,102,255). Sum of RGB (Red+Green+Blue) = 172+102+255=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66FF is #539900. Grayscale: #8B8B8B. Windows color (decimal): -5478657 or 16737964. OLE color: 16737964.

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

Color convert

RGB172102255-
CMYK0.330.600
HSL267.45º100%70%-
HSV(B)267.45º60%100%-
XYZ39.8125.4997.43-
YUV140.37192.69150.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 255 (100% from 255) = 48.20%
R=32.51%
G=19.28%
B=48.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721022550.330.600267.4510070
HexAC66FF213C0010b6446
Octal254146377417400413144106
Binary101011001100110111111111000011111000010000101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC66FF; }

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

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

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

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

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

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

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

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