#AAA4EF

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

Shades of Perano #AAA4EF

Tints of Perano #AAA4EF

Color information

#AAA4EF (or 0xAAA4EF) is unknown color: approx Perano. HEX triplet: AA, A4 and EF. RGB value is (170,164,239). Sum of RGB (Red+Green+Blue) = 170+164+239=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAA4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4EF is #555B10. Grayscale: #AEAEAE. Windows color (decimal): -5593873 or 15705258. OLE color: 15705258.

HSL color Cylindrical-coordinate representation of color #AAA4EF: hue angle of 244.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA4EF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170164239-
CMYK0.290.3100.06
HSL244.8º70.09%79.02%-
HSV(B)244.8º31.38%93.73%-
XYZ45.4341.3387.24-
YUV174.34164.49124.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=29.67%
G=28.62%
B=41.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701642390.290.3100.06244.870.0979.02
HexAAA4EF1D1F06f5464f
Octal252244357353706365106117
Binary101010101010010011101111111011111101101111010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4EF; }

 p { color: rgb(170,164,239); }

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

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

 a { background-color: rgb(170,164,239); }

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

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

 span { border-color: rgb(170,164,239); }

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