#AAAFFA

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

Shades of Perano #AAAFFA

Tints of Perano #AAAFFA

Color information

#AAAFFA (or 0xAAAFFA) is unknown color: approx Perano. HEX triplet: AA, AF and FA. RGB value is (170,175,250). Sum of RGB (Red+Green+Blue) = 170+175+250=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFFA is #555005. Grayscale: #B5B5B5. Windows color (decimal): -5591046 or 16428970. OLE color: 16428970.

HSL color Cylindrical-coordinate representation of color #AAAFFA: hue angle of 236.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 #AAAFFA is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170175250-
CMYK0.320.300.02
HSL236.25º88.89%82.35%-
HSV(B)236.25º32%98.04%-
XYZ49.1646.1196.75-
YUV182.06166.34119.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=28.57%
G=29.41%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701752500.320.300.02236.2588.8982.35
HexAAAFFA201E02ec5952
Octal252257372403602354131122
Binary101010101010111111111010100000111100101110110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFFA; }

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

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

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

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

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

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

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

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