#AAB3FC

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

Shades of Perano #AAB3FC

Tints of Perano #AAB3FC

Color information

#AAB3FC (or 0xAAB3FC) is unknown color: approx Perano. HEX triplet: AA, B3 and FC. RGB value is (170,179,252). Sum of RGB (Red+Green+Blue) = 170+179+252=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3FC is #554C03. Grayscale: #B8B8B8. Windows color (decimal): -5590020 or 16561066. OLE color: 16561066.

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

Color convert

RGB170179252-
CMYK0.330.2900.01
HSL233.41º93.18%82.75%-
HSV(B)233.41º32.54%98.82%-
XYZ50.2747.8198.68-
YUV184.63166.02117.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=28.29%
G=29.78%
B=41.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701792520.330.2900.01233.4193.1882.75
HexAAB3FC211D01e95d53
Octal252263374413501351135123
Binary10101010101100111111110010000111101011110100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB3FC; }

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

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

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

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

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

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

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

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