#AAAFF1

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

Shades of Perano #AAAFF1

Tints of Perano #AAAFF1

Color information

#AAAFF1 (or 0xAAAFF1) is unknown color: approx Perano. HEX triplet: AA, AF and F1. RGB value is (170,175,241). Sum of RGB (Red+Green+Blue) = 170+175+241=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFF1 is #55500E. Grayscale: #B4B4B4. Windows color (decimal): -5591055 or 15839146. OLE color: 15839146.

HSL color Cylindrical-coordinate representation of color #AAAFF1: hue angle of 235.77º 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 #AAAFF1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170175241-
CMYK0.290.2700.05
HSL235.77º71.72%80.59%-
HSV(B)235.77º29.46%94.51%-
XYZ47.7845.5689.49-
YUV181.03161.84120.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=29.01%
G=29.86%
B=41.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701752410.290.2700.05235.7771.7280.59
HexAAAFF11D1B05ec4851
Octal252257361353305354110121
Binary101010101010111111110001111011101101011110110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFF1; }

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

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

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

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

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

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

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

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