#AAAFE3

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

Shades of Perano #AAAFE3

Tints of Perano #AAAFE3

Color information

#AAAFE3 (or 0xAAAFE3) is unknown color: approx Perano. HEX triplet: AA, AF and E3. RGB value is (170,175,227). Sum of RGB (Red+Green+Blue) = 170+175+227=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFE3 is #55501C. Grayscale: #B3B3B3. Windows color (decimal): -5591069 or 14921642. OLE color: 14921642.

HSL color Cylindrical-coordinate representation of color #AAAFE3: hue angle of 234.74º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAFE3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170175227-
CMYK0.250.2300.11
HSL234.74º50.44%77.84%-
HSV(B)234.74º25.11%89.02%-
XYZ45.7744.7578.9-
YUV179.43154.84121.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=29.72%
G=30.59%
B=39.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701752270.250.2300.11234.7450.4477.84
HexAAAFE319170Beb324e
Octal252257343312701335362116
Binary101010101010111111100011110011011101011111010111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFE3; }

 p { color: rgb(170,175,227); }

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

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

 a { background-color: rgb(170,175,227); }

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

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

 span { border-color: rgb(170,175,227); }

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