#AA9FFB

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

Shades of Perano #AA9FFB

Tints of Perano #AA9FFB

Color information

#AA9FFB (or 0xAA9FFB) is unknown color: approx Perano. HEX triplet: AA, 9F and FB. RGB value is (170,159,251). Sum of RGB (Red+Green+Blue) = 170+159+251=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFB is #556004. Grayscale: #ACACAC. Windows color (decimal): -5595141 or 16490410. OLE color: 16490410.

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

Color convert

RGB170159251-
CMYK0.320.3700.02
HSL247.17º92%80.39%-
HSV(B)247.17º36.65%98.43%-
XYZ46.3940.3196.6-
YUV172.78172.14126.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=29.31%
G=27.41%
B=43.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701592510.320.3700.02247.179280.39
HexAA9FFB202502f75c50
Octal252237373404502367134120
Binary1010101010011111111110111000001001010101111011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FFB; }

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

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

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

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

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

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

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

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