#AAB3FF

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

Shades of Perano #AAB3FF

Tints of Perano #AAB3FF

Color information

#AAB3FF (or 0xAAB3FF) is unknown color: approx Perano. HEX triplet: AA, B3 and FF. RGB value is (170,179,255). Sum of RGB (Red+Green+Blue) = 170+179+255=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3FF is #554C00. Grayscale: #B8B8B8. Windows color (decimal): -5590017 or 16757674. OLE color: 16757674.

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

Color convert

RGB170179255-
CMYK0.330.3000
HSL233.65º100%83.33%-
HSV(B)233.65º33.33%100%-
XYZ50.7548.01101.2-
YUV184.97167.52117.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 255 (100% from 255) = 42.22%
R=28.15%
G=29.64%
B=42.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701792550.330.3000233.6510083.33
HexAAB3FF211E00ea6453
Octal252263377413600352144123
Binary10101010101100111111111110000111110001110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3FF; }

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

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

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

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

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

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

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

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