#AC9FFF

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

Shades of Perano #AC9FFF

Tints of Perano #AC9FFF

Color information

#AC9FFF (or 0xAC9FFF) is unknown color: approx Perano. HEX triplet: AC, 9F and FF. RGB value is (172,159,255). Sum of RGB (Red+Green+Blue) = 172+159+255=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FFF is #536000. Grayscale: #ADADAD. Windows color (decimal): -5464065 or 16752556. OLE color: 16752556.

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

Color convert

RGB172159255-
CMYK0.330.3800
HSL248.12º100%81.18%-
HSV(B)248.12º37.65%100%-
XYZ47.4640.7999.98-
YUV173.83173.81126.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 43.52%
R=29.35%
G=27.13%
B=43.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721592550.330.3800248.1210081.18
HexAC9FFF212600f86451
Octal254237377414600370144121
Binary101011001001111111111111100001100110001111100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FFF; }

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

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

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

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

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

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

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

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