#AAABFA

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

Shades of Perano #AAABFA

Tints of Perano #AAABFA

Color information

#AAABFA (or 0xAAABFA) is unknown color: approx Perano. HEX triplet: AA, AB and FA. RGB value is (170,171,250). Sum of RGB (Red+Green+Blue) = 170+171+250=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABFA is #555405. Grayscale: #B3B3B3. Windows color (decimal): -5592070 or 16427946. OLE color: 16427946.

HSL color Cylindrical-coordinate representation of color #AAABFA: hue angle of 239.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAABFA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170171250-
CMYK0.320.3200.02
HSL239.25º88.89%82.35%-
HSV(B)239.25º32%98.04%-
XYZ48.444.5796.5-
YUV179.71167.67121.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=28.76%
G=28.93%
B=42.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701712500.320.3200.02239.2588.8982.35
HexAAABFA202002ef5952
Octal252253372404002357131122
Binary1010101010101011111110101000001000000101110111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABFA; }

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

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

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

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

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

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

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

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