#AAABFF

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

Shades of Perano #AAABFF

Tints of Perano #AAABFF

Color information

#AAABFF (or 0xAAABFF) is unknown color: approx Perano. HEX triplet: AA, AB and FF. RGB value is (170,171,255). Sum of RGB (Red+Green+Blue) = 170+171+255=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABFF is #555400. Grayscale: #B3B3B3. Windows color (decimal): -5592065 or 16755626. OLE color: 16755626.

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

Color convert

RGB170171255-
CMYK0.330.3300
HSL239.29º100%83.33%-
HSV(B)239.29º33.33%100%-
XYZ49.1944.89100.68-
YUV180.28170.17120.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 255 (100% from 255) = 42.79%
R=28.52%
G=28.69%
B=42.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701712550.330.3300239.2910083.33
HexAAABFF212100ef6453
Octal252253377414100357144123
Binary101010101010101111111111100001100001001110111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABFF; }

 p { color: rgb(170,171,255); }

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

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

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

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

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

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

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