#AAAAF1

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

Shades of Perano #AAAAF1

Tints of Perano #AAAAF1

Color information

#AAAAF1 (or 0xAAAAF1) is unknown color: approx Perano. HEX triplet: AA, AA and F1. RGB value is (170,170,241). Sum of RGB (Red+Green+Blue) = 170+170+241=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAAF1 is #55550E. Grayscale: #B1B1B1. Windows color (decimal): -5592335 or 15837866. OLE color: 15837866.

HSL color Cylindrical-coordinate representation of color #AAAAF1: hue angle of 240º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAAF1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170170241-
CMYK0.290.2900.05
HSL240º71.72%80.59%-
HSV(B)240º29.46%94.51%-
XYZ46.8343.6589.18-
YUV178.09163.5122.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=29.26%
G=29.26%
B=41.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701702410.290.2900.0524071.7280.59
HexAAAAF11D1D05f04851
Octal252252361353505360110121
Binary101010101010101011110001111011110101011111000010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAF1; }

 p { color: rgb(170,170,241); }

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

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

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

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

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

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

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