#AC9FFA

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

Shades of Perano #AC9FFA

Tints of Perano #AC9FFA

Color information

#AC9FFA (or 0xAC9FFA) is unknown color: approx Perano. HEX triplet: AC, 9F and FA. RGB value is (172,159,250). Sum of RGB (Red+Green+Blue) = 172+159+250=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FFA is #536005. Grayscale: #ACACAC. Windows color (decimal): -5464070 or 16424876. OLE color: 16424876.

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

Color convert

RGB172159250-
CMYK0.310.3600.02
HSL248.57º90.1%80.2%-
HSV(B)248.57º36.4%98.04%-
XYZ46.6740.4795.79-
YUV173.26171.31127.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=29.60%
G=27.37%
B=43.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721592500.310.3600.02248.5790.180.2
HexAC9FFA1F2402f95a50
Octal254237372374402371132120
Binary101011001001111111111010111111001000101111100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FFA; }

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

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

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

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

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

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

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

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