#AAB3EE

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

Shades of Perano #AAB3EE

Tints of Perano #AAB3EE

Color information

#AAB3EE (or 0xAAB3EE) is unknown color: approx Perano. HEX triplet: AA, B3 and EE. RGB value is (170,179,238). Sum of RGB (Red+Green+Blue) = 170+179+238=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3EE is #554C11. Grayscale: #B6B6B6. Windows color (decimal): -5590034 or 15643562. OLE color: 15643562.

HSL color Cylindrical-coordinate representation of color #AAB3EE: hue angle of 232.06º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB3EE is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170179238-
CMYK0.290.2500.07
HSL232.06º66.67%80%-
HSV(B)232.06º28.57%93.33%-
XYZ48.1346.9687.42-
YUV183.04159.02118.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=28.96%
G=30.49%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701792380.290.2500.07232.0666.6780
HexAAB3EE1D1907e84350
Octal252263356353107350103120
Binary101010101011001111101110111011100101111110100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3EE; }

 p { color: rgb(170,179,238); }

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

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

 a { background-color: rgb(170,179,238); }

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

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

 span { border-color: rgb(170,179,238); }

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