#aaaff3

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

Shades of Perano #AAAFF3

Tints of Perano #AAAFF3

Color information

#AAAFF3 (or 0xAAAFF3) is unknown color: approx Perano. HEX triplet: AA, AF and F3. RGB value is (170,175,243). Sum of RGB (Red+Green+Blue) = 170+175+243=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFF3 is #55500C. Grayscale: #B4B4B4. Windows color (decimal): -5591053 or 15970218. OLE color: 15970218.

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

Color convert

RGB170175243-
CMYK0.300.2800.05
HSL235.89º75.26%80.98%-
HSV(B)235.89º30.04%95.29%-
XYZ48.0945.6891.08-
YUV181.26162.84119.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=28.91%
G=29.76%
B=41.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701752430.300.2800.05235.8975.2680.98
HexAAAFF31E1C05ec4b51
Octal252257363363405354113121
Binary101010101010111111110011111101110001011110110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaaff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaaff3; }

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

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

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

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

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

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

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

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