#AA9EFB

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

Shades of Perano #AA9EFB

Tints of Perano #AA9EFB

Color information

#AA9EFB (or 0xAA9EFB) is unknown color: approx Perano. HEX triplet: AA, 9E and FB. RGB value is (170,158,251). Sum of RGB (Red+Green+Blue) = 170+158+251=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFB is #556104. Grayscale: #ABABAB. Windows color (decimal): -5595397 or 16490154. OLE color: 16490154.

HSL color Cylindrical-coordinate representation of color #AA9EFB: hue angle of 247.74º 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 #AA9EFB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170158251-
CMYK0.320.3700.02
HSL247.74º92.08%80.2%-
HSV(B)247.74º37.05%98.43%-
XYZ46.2239.9696.54-
YUV172.19172.48126.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=29.36%
G=27.29%
B=43.35%

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
Decimal1701582510.320.3700.02247.7492.0880.2
HexAA9EFB202502f85c50
Octal252236373404502370134120
Binary1010101010011110111110111000001001010101111100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EFB; }

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

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

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

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

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

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

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

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