#AAB6F4

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

Shades of Perano #AAB6F4

Tints of Perano #AAB6F4

Color information

#AAB6F4 (or 0xAAB6F4) is unknown color: approx Perano. HEX triplet: AA, B6 and F4. RGB value is (170,182,244). Sum of RGB (Red+Green+Blue) = 170+182+244=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F4 is #55490B. Grayscale: #B9B9B9. Windows color (decimal): -5589260 or 16037546. OLE color: 16037546.

HSL color Cylindrical-coordinate representation of color #AAB6F4: hue angle of 230.27º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB6F4 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170182244-
CMYK0.300.2500.04
HSL230.27º77.08%81.18%-
HSV(B)230.27º30.33%95.69%-
XYZ49.6348.5392.34-
YUV185.48161.02116.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=28.52%
G=30.54%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701822440.300.2500.04230.2777.0881.18
HexAAB6F41E1904e64d51
Octal252266364363104346115121
Binary101010101011011011110100111101100101001110011010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6F4; }

 p { color: rgb(170,182,244); }

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

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

 a { background-color: rgb(170,182,244); }

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

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

 span { border-color: rgb(170,182,244); }

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