#AA9FFC

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

Shades of Perano #AA9FFC

Tints of Perano #AA9FFC

Color information

#AA9FFC (or 0xAA9FFC) is unknown color: approx Perano. HEX triplet: AA, 9F and FC. RGB value is (170,159,252). Sum of RGB (Red+Green+Blue) = 170+159+252=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFC is #556003. Grayscale: #ACACAC. Windows color (decimal): -5595140 or 16555946. OLE color: 16555946.

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

Color convert

RGB170159252-
CMYK0.330.3700.01
HSL247.1º93.94%80.59%-
HSV(B)247.1º36.9%98.82%-
XYZ46.5540.3797.43-
YUV172.89172.64125.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=29.26%
G=27.37%
B=43.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701592520.330.3700.01247.193.9480.59
HexAA9FFC212501f75e51
Octal252237374414501367136121
Binary101010101001111111111100100001100101011111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FFC; }

 p { color: rgb(170,159,252); }

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

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

 a { background-color: rgb(170,159,252); }

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

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

 span { border-color: rgb(170,159,252); }

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