#AA9DFE

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

Shades of Perano #AA9DFE

Tints of Perano #AA9DFE

Color information

#AA9DFE (or 0xAA9DFE) is unknown color: approx Perano. HEX triplet: AA, 9D and FE. RGB value is (170,157,254). Sum of RGB (Red+Green+Blue) = 170+157+254=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DFE is #556201. Grayscale: #ABABAB. Windows color (decimal): -5595650 or 16686506. OLE color: 16686506.

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

Color convert

RGB170157254-
CMYK0.330.3800.00
HSL248.04º97.98%80.59%-
HSV(B)248.04º38.19%99.61%-
XYZ46.5239.8299-
YUV171.94174.31126.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=29.26%
G=27.02%
B=43.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701572540.330.3800.00248.0497.9880.59
HexAA9DFE212600f86251
Octal252235376414600370142121
Binary101010101001110111111110100001100110001111100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DFE; }

 p { color: rgb(170,157,254); }

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

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

 a { background-color: rgb(170,157,254); }

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

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

 span { border-color: rgb(170,157,254); }

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