#AAB0FE

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

Shades of Perano #AAB0FE

Tints of Perano #AAB0FE

Color information

#AAB0FE (or 0xAAB0FE) is unknown color: approx Perano. HEX triplet: AA, B0 and FE. RGB value is (170,176,254). Sum of RGB (Red+Green+Blue) = 170+176+254=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0FE is #554F01. Grayscale: #B6B6B6. Windows color (decimal): -5590786 or 16691370. OLE color: 16691370.

HSL color Cylindrical-coordinate representation of color #AAB0FE: hue angle of 235.71º 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 #AAB0FE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170176254-
CMYK0.330.3100.00
HSL235.71º97.67%83.14%-
HSV(B)235.71º33.07%99.61%-
XYZ49.9946.75100.16-
YUV183.1168.01118.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=28.33%
G=29.33%
B=42.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701762540.330.3100.00235.7197.6783.14
HexAAB0FE211F00ec6253
Octal252260376413700354142123
Binary10101010101100001111111010000111111001110110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0FE; }

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

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

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

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

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

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

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

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