#AA9EFD

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

Shades of Perano #AA9EFD

Tints of Perano #AA9EFD

Color information

#AA9EFD (or 0xAA9EFD) is unknown color: approx Perano. HEX triplet: AA, 9E and FD. RGB value is (170,158,253). Sum of RGB (Red+Green+Blue) = 170+158+253=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EFD is #556102. Grayscale: #ACACAC. Windows color (decimal): -5595395 or 16621226. OLE color: 16621226.

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

Color convert

RGB170158253-
CMYK0.330.3800.01
HSL247.58º95.96%80.59%-
HSV(B)247.58º37.55%99.22%-
XYZ46.5340.0998.21-
YUV172.42173.48126.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=29.26%
G=27.19%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701582530.330.3800.01247.5895.9680.59
HexAA9EFD212601f86051
Octal252236375414601370140121
Binary101010101001111011111101100001100110011111100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EFD; }

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

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

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

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

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

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

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

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