#AAB7FF

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

Shades of Perano #AAB7FF

Tints of Perano #AAB7FF

Color information

#AAB7FF (or 0xAAB7FF) is unknown color: approx Perano. HEX triplet: AA, B7 and FF. RGB value is (170,183,255). Sum of RGB (Red+Green+Blue) = 170+183+255=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7FF is #554800. Grayscale: #BBBBBB. Windows color (decimal): -5588993 or 16758698. OLE color: 16758698.

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

Color convert

RGB170183255-
CMYK0.330.2800
HSL230.82º100%83.33%-
HSV(B)230.82º33.33%100%-
XYZ51.5649.63101.47-
YUV187.32166.19115.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 255 (100% from 255) = 41.94%
R=27.96%
G=30.10%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701832550.330.2800230.8210083.33
HexAAB7FF211C00e76453
Octal252267377413400347144123
Binary10101010101101111111111110000111100001110011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7FF; }

 p { color: rgb(170,183,255); }

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

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

 a { background-color: rgb(170,183,255); }

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

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

 span { border-color: rgb(170,183,255); }

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