#AC69FA

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

Shades of Medium Purple #AC69FA

Tints of Medium Purple #AC69FA

Color information

#AC69FA (or 0xAC69FA) is unknown color: approx Medium Purple. HEX triplet: AC, 69 and FA. RGB value is (172,105,250). Sum of RGB (Red+Green+Blue) = 172+105+250=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC69FA is #539605. Grayscale: #8D8D8D. Windows color (decimal): -5477894 or 16411052. OLE color: 16411052.

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

Color convert

RGB172105250-
CMYK0.310.5800.02
HSL267.72º93.55%69.61%-
HSV(B)267.72º58%98.04%-
XYZ39.3225.7893.35-
YUV141.56189.2149.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=32.64%
G=19.92%
B=47.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721052500.310.5800.02267.7293.5569.61
HexAC69FA1F3A0210c5e46
Octal254151372377202414136106
Binary101011001101001111110101111111101001010000110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69FA; }

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

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

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

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

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

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

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

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