#AAB3FE

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

Shades of Perano #AAB3FE

Tints of Perano #AAB3FE

Color information

#AAB3FE (or 0xAAB3FE) is unknown color: approx Perano. HEX triplet: AA, B3 and FE. RGB value is (170,179,254). Sum of RGB (Red+Green+Blue) = 170+179+254=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3FE is #554C01. Grayscale: #B8B8B8. Windows color (decimal): -5590018 or 16692138. OLE color: 16692138.

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

Color convert

RGB170179254-
CMYK0.330.3000.00
HSL233.57º97.67%83.14%-
HSV(B)233.57º33.07%99.61%-
XYZ50.5947.94100.35-
YUV184.86167.02117.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=28.19%
G=29.68%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701792540.330.3000.00233.5797.6783.14
HexAAB3FE211E00ea6253
Octal252263376413600352142123
Binary10101010101100111111111010000111110001110101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3FE; }

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

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

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

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

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

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

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

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